Skip to main content
November 20, 2007
Question

multiple file upload

  • November 20, 2007
  • 2 replies
  • 813 views
I am trying to develop a form to where users can upload multiple files. But where i am getting stuck on, is i want the upload file section to be dynamically built, meaning that it will first display only one input box to upload a file, and then right below that it will say upload another and if the user clicks it, it will show another input box to upload another file and so on, so a user can upload multiple files.
    This topic has been closed for replies.

    2 replies

    Inspiring
    November 20, 2007
    Hi,

    You can't print it merely using <cfoutput> try the <cfcontent> tag instead.
    Inspiring
    November 20, 2007
    November 20, 2007
    Thank you for your quick response. For the most part that is exactly what i wanted but the one piece that i need help on is instead of actually showing 10 input fields, is it possible to show 1 field, and then have a link below, that if clicked displays another input box and so on. So pretty much a user can determine how many attachments they want to upload.