About 1,010,000 results
Open links in new tab
  1. How to select multiple files with <input type="file">?

    Oct 20, 2009 · Do you mean upload multiple files in one go (when you select one at a time and then click upload)? Or do you mean using ctrl+click to select several files in one browser …

  2. javascript - Multiple files select and upload - Stack Overflow

    Apr 26, 2014 · It will allow you to select multiple files at once but that doesn't means it will allow you to upload multiple files. You must allow it in your js ( If you have any for progress bar, ajax …

  3. How can I select and upload multiple files with HTML and PHP, …

    Jul 24, 2009 · Do you mean select more then one file in the file selector dialog or using multiple file inputs?

  4. How to upload multiple files using one file input element

    Mar 31, 2013 · I'm trying to use one file input element to upload multiple files to Drive using html form. This seems to work only for one file, although the file picker allows selecting multiple files.

  5. How to choose multiple files using File Upload Control?

    Jul 3, 2013 · I have a file upload control.Now on clicking on that, I want to select multiple files. How can I do so?

  6. php - How to select multiple files for upload? - Stack Overflow

    Apr 2, 2011 · How to select multiple files for upload? Asked 14 years, 8 months ago Modified 11 years, 2 months ago Viewed 28k times

  7. HTML multiple file upload from different folders - Stack Overflow

    Jul 22, 2014 · I have a form with an upload field that allows users to select multiple files. However, I need to be able to allow the user to select file 1 from folder 1, then go and select file 2 from …

  8. Multiple file upload in php - Stack Overflow

    Apr 24, 2010 · If you want to enable multiple file uploads with easy selection on the user's end (selecting multiple files at once instead of filling in upload fields) take a look at SWFUpload.

  9. Solved: Selecting Multiple Already-Uploaded Files for Assi ...

    Nov 1, 2024 · I am trying to select multiple files I have already uploaded to the "Files" section in Canvas to submit them for an assignment. At present, I can only select one at a time to turn in. …

  10. How to limit the maximum files chosen when using multiple file …

    Dec 25, 2022 · When using &lt;input type="file" multiple&gt; it's possible for the user to choose multiple files. How does ones sets a limit for how many files can be chosen, for instance two?