srs81 / CakePHP-AjaxMultiUpload

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

AjaxMultiUpload for cakephp 3.x #49

Open beautifullife opened 9 years ago

beautifullife commented 9 years ago

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

srs81 commented 9 years ago

Thanks! Do you have a forked version on GitHub, rather than just as a download, so you can commit a pull request to merge?

beautifullife commented 9 years ago

I don't have forked version on Github, but I'll try to create a new one. Tks!

srs81 commented 9 years ago

Thanks for your work on this! Can you let me know if these are the only changes needed:

Also, it looks like those are not changes needed to the plugin, but rather the CakePHP application, is that right?

beautifullife commented 9 years ago

For cakephp 3, I changed somethings:

multiuploadajax-1 multiuploadajax-2

And some configurations for my app...

mlumbroso commented 9 years ago

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.

wblondel commented 8 years ago

Hi,

Does it work on CakePHP 3 with all these changes?

Thanks