uploadForm
目的 Purpose
Creates a form that can submit multi-part data for file uploads.使用例 Examples
<g:uploadForm name="myUpload"> <input type="file" name="myFile" /> </g:uploadForm>
詳細 Description
Identical to the standard form tag except that it sets the enctype
attribute to "multipart/form-data"
automatically.属性 Attributes
action
(optional) - the name of the action to use in the link; if not specified the default action will be linkedcontroller
(optional) - the name of the controller to use in the link; if not specified the current controller will be linkedid
(optional) - The id to use in the linkurl
(optional) - A map containing the action, controller, id etc.