i-e-b / jQueryFileUpload.Net

[Out of Date] .Net handler for http://aquantum-demo.appspot.com/file-upload
68 stars 54 forks source link

Have problem with progress bar in the IE browser #20

Closed tranphuongyd closed 9 years ago

tranphuongyd commented 9 years ago

Hi, I have a problem when I use IE 11 and upload multi file but show only first progress bar. Not show all progress for earch file. 1122

Thanks

i-e-b commented 9 years ago

Hi. Do you get different behaviour with other browsers? Are there any console messages being written?

tranphuongyd commented 9 years ago

Hi @i-e-b , I tried with Chrome and Firefox, that work very well but on IE browser has this problem. Then I open the console but nothing error written. You can download it and try with IE browser.

Thanks

i-e-b commented 9 years ago

This is most likely a problem between the Javascript part and IE. Try the latest javascript from https://github.com/blueimp/jQuery-File-Upload. If you still have trouble, please raise an issue there.

This repository is for the Server-side support on ASP.net, I don't maintain any of the client side code.

tranphuongyd commented 9 years ago

Thanks @i-e-b