multiple file select in file upload not working in IE8

Go To StackoverFlow.com

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?

2012-04-04 18:56
by Asdfg


1

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

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

2012-04-04 19:24
by GoldenUser
Is it supported in asp.net 1.1 with c#. My application is in 1.1 c# - ch.smrutiranjan parida 2015-07-22 13:41


0

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

2012-04-04 19:01
by safarov
That doesn't support multiple file uploads in IE8 or IE9 https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-suppor - Sabrina Leggett 2013-01-09 16:37


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.

2012-04-04 19:06
by coder
Ads