srs81 / CakePHP-AjaxMultiUpload

CakePHP 2 plugin to allow for easy multi-file upload with AJAX
Other
65 stars 33 forks source link

IE9 issue #12

Closed abarkhuysen closed 12 years ago

abarkhuysen commented 12 years ago

Great plugin Thanks! I implemented this plugin with ease and it works great. Tested it in all browsers and it works but not in IE. Big surprise I know :) The files that got uploaded by the other browsers show in IE but the “Upload a file” button is missing. If I inspect the code there is no sign of the “Upload a file” link/button. I use jquery UI and other java scripts and they all work in IE. Any idea as to what to look for?

srs81 commented 12 years ago

LOL, not surprising! Can you check to see if there are any Javascript errors? The "Upload file" button is generated in Javascript. I used Valum's AjaxUpload (modified to work on CakePHP) for the upload feature - can you see if that works on IE?

abarkhuysen commented 12 years ago

Thanks for the reply! Argh... the original script works in IE9. My project does not, I use F12 in IE to inspect the java console for errors but nothing show up including my button :) Sorry to have wasted your time with tis IE9 rubbish.

srs81 commented 12 years ago

Awesome! Just to clarify: both the Valum script and AjaxMultiUpload work in IE9, is that right? Its just that there is some Javascript in your app that is causing a conflict? Can I close this issue then?