srs81 / CakePHP-AjaxMultiUpload

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

Upload button visible in Firefox but not in Safari and Chrome? #41

Closed IliaIdakiev closed 9 years ago

IliaIdakiev commented 10 years ago

From what I see in Chrome the Upload btn gets rendered but it gets removed right after. In Firefox everything is working great.

srs81 commented 9 years ago

This should be fixed with the latest updates - the uploader now uses Dropzone.js rather than the older one, please check if its OK now.