srs81 / CakePHP-AjaxMultiUpload

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

Upload button not showing #23

Closed hotoracle closed 11 years ago

hotoracle commented 11 years ago

Hello,

Thanks for this free plugin. I have used in the past like two months ago and it works perfectly, but I just downloaded the new version today and the upload button is not showing. I had to revert back to the old one to get it working.

Thank you.

srs81 commented 11 years ago

Can you let me know which browser you are using? I put in a patch for IE, but its possible that the patch doesn't work on other browsers: https://github.com/srs81/CakePHP-AjaxMultiUpload/commit/c722c500dae4bfe0ca8ff229f7111ac58716c624

If this continues, I might have to have the div lookups using jQuery :/ which I wanted to avoid (for those who don't want to use jQuery).

hotoracle commented 11 years ago

Thank you for your quick response, I used both Mozilla Firefox and Google Chrome browser.

srs81 commented 11 years ago

Fixed in the latest patch, thanks to @plugs.