Alas
Member since Nov 20, 2011
- Profile: /members/9269-alas.htm
- Comments: 2
Recent Blog Comments By Alas
-
Ask Ben: Uploading Multiple Files Using ColdFusion
Posted on Nov 20, 2011 at 12:14 PM
FINALLY GOT IT: Here's how you get individual file names for a multiple file upload. <cffile action="uploadall" destination="SOMEPLACE" result="uploadedFiles"> <cfloop from="1" to="#ArrayLen(uploadedFiles)#" index="idx"><... read more »
-
Ask Ben: Uploading Multiple Files Using ColdFusion
Posted on Nov 20, 2011 at 10:43 AM
ARGH!!! uploadall is a crock, i can't get the individual file names to put into the database, i can only get the last one via #cffile.ServerFile#. I'm going to have to write a loop to upload 1 by 1...>:(... read more »