If you're wanting the user to upload multiple files, you'll need to use a <input type="file" name="f1"> tag for each file you want to upload. On the server side, you'll then need to check each input variable to see if it's a non-zero length and then process with <cffile action="upload"...>. I've checked and I don't believe there is a way to use one <input> to handle multiple files though.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.