0

Hi am trying for multiple file select upload. I cant able to select multiple files in IE9. Chrome, safari, firefox working fine. I used this input tag to select multiple files.

<input type="file" name="file_upload[]" multiple="multiple"/>
jeremy
  • 9,965
  • 4
  • 39
  • 59
Kathiravan
  • 689
  • 1
  • 7
  • 22
  • You can't do that directly in IE9 (or lower versions) until you use an appropriate jQuery plugin that enables it to upload multiple files. – Lion Dec 29 '12 at 05:32

1 Answers1

1

Only IE10 support this IE9 and older don't support. This question is similar as yours IE: input type="file" multiple

Community
  • 1
  • 1
Saleem
  • 1,059
  • 14
  • 27