| accept |
Optional |
A comma delimited list of file types. This attribute will not be needed if you use the cf_fileupload tag as well. |
| nameconflict |
Optional |
The operation to perform if the uploaded file name already exists.Valid attributes are "makeunique", "overwrite", "error" and "skip". Default is overwrite. |
| size |
Required |
The maximum size (in bytes) of the file to upload. |
| destination |
Required |
A full path for the destination for the file to upload. |
| filefield |
Required |
The name of the incoming form variable that contains the uploaded file. |