LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 268 forks source link

Upload button in modal is not working in IE 9 #108

Closed nicolenielsen closed 9 years ago

nicolenielsen commented 9 years ago

Hi,

I have a table that has a file uploader in one column. This table is inside a bootstrap modal. It works fine in all browsers except IE9. Nothing is happening when clicking on the button. Has anyone encountered this issue before? Thank you and looking forward to anyone's replies.

nicolenielsen commented 9 years ago

Hi, fixed this issue by using jquery-ui 's dialog instead.