0

I am using file upload control from http://valums.com/ajax-upload/ and it says it works with multiple file selection. However, it does not work on IE8. I tried the same in FF and it works fine with it.

Is there something like IE8 doesnt support multiple file selection?

Asdfg
  • 11,362
  • 24
  • 98
  • 175

3 Answers3

1

Try uploadify, works well for multiple file uploads on IE/FF and Chrome.

http://www.uploadify.com/demos/

GoldenUser
  • 365
  • 3
  • 6
  • 21
0

Its and old library. Most browsers dont support some methods used inside. Try this http://blueimp.github.com/jQuery-File-Upload/

safarov
  • 7,793
  • 2
  • 36
  • 52
0

Try plupload and you can have multiple file selection n IE8 too which I'm currently using from past 1yr without any problem.

And coming to your question it dosen't support IE for multiple selection.

coder
  • 13,002
  • 31
  • 112
  • 214