No, not really. To allow the user to upload a file, you need to use the <input type="file"> tag that will allow the user to browse their system to select the file to upload. You then use the cffile tag to upload the file to your server. You can put multiple input tags on the first page and then use multiple cffiles on the action page.
If you have a lot of files to upload or if the files are large, then you may want to look at a 3rd party plug in that can handle it a little better. I have used appletfile in the past with good success. (
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.