CakePHP-AjaxMultiUpload
CakePHP-AjaxMultiUpload copied to clipboard
AjaxMultiUpload for cakephp 3.x
After spend time to convert this plugin for cakephp 3.x, I uploaded it again for anybody needed like me. Link download : http://blog.sheetmusic4you.net/articles/view/1
Thanks! Do you have a forked version on GitHub, rather than just as a download, so you can commit a pull request to merge?
I don't have forked version on Github, but I'll try to create a new one. Tks!
Thanks for your work on this! Can you let me know if these are the only changes needed:
- In config/routes.php, add more router for upload plugin: $routes->connect('/ajax_multi_upload/:controller/:action/*',['plugin' => 'AjaxMultiUpload']);
- In src/Template, create new file Uploads/upload.ctp with content:
Also, it looks like those are not changes needed to the plugin, but rather the CakePHP application, is that right?
For cakephp 3, I changed somethings:
And some configurations for my app...
Hi, thanks for both of you working on this.
One more thing I needed was adding use Cake\Core\Configure; in Config/bootstrap.php
Needs testing, I'll keep you up to date if it's working fine.
Hi,
Does it work on CakePHP 3 with all these changes?
Thanks