2

I want to select multiple images from different folder in my system.

I have used the following code to select multiple images,

<input class="file" type="file" name="files[]" id="files" multiple="">

Here I am uploading multiple images from a single folder.

Example:

I have been selected 3 images from d: drive. If I want to add two more images from e: drive means, how can it be done?

halfer
  • 18,701
  • 13
  • 79
  • 158
Prashanth
  • 109
  • 1
  • 15
  • You'll need to create more `` tags, each with the Browse button. – Zdenek Jul 22 '16 at 13:29
  • Is it possible using the single `` tag? – Prashanth Jul 23 '16 at 04:38
  • 1
    Certainly not if the files come from multiple directories. You might have luck selecting more files from one directory, but probably not; no big company does that. What they do is adding more input tags with Javascript on the fly. – Zdenek Jul 31 '16 at 11:00

0 Answers0