Reputation: 699
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"/>
Upvotes: 0
Views: 2834
Reputation: 1049
Only IE10 support this IE9 and older don't support. This question is similar as yours IE: input type="file" multiple
Upvotes: 1