AdobeStock_455007340

Handling Multiple File Uploads

To allow multiple files to be uploaded using a single form, simply create multiple FILE form fields. To handle the server side processing you’ll need one tag per uploaded file. But be careful, the CFFILE variables returned by are overwritten for each processed file, so you should probably make a copy of them (to a structure of your own) before processing any additional tags. (Applies to: ColdFusion 3 or later)

Leave a Reply