Input Type File Multiple

  • Thread starter Thread starter Smith
  • Start date Start date
S

Smith

Hi
Is there a way tu upload many files with a input type file control?

Thanks
 
one upload per file control. javascript can dynamically add more file
controls, or a common technique is show list of uploaded files and have
the button add to the list (see web mail programs handling of attachments).

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top