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 #44

Closed vanevane closed 9 years ago

vanevane commented 10 years ago

I'm using cake 2.4 and before i added auth and acl components the buttons was showing just right, but after that it doesn't show anymore. I tried putting "$this->Auth->allow();" ;just to make the button; into the plugin controllers since it worked with anoter plugin, but no...it doesn't work. Is there a way to solve this?

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.