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?
Try uploadify, works well for multiple file uploads on IE/FF and Chrome.
http://www.uploadify.com/demos/
Its and old library. Most browsers dont support some methods used inside. Try this http://blueimp.github.com/jQuery-File-Upload/
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.