srs81 / CakePHP-AjaxMultiUpload

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

No files saved in folder `files/` #54

Open vukanac opened 8 years ago

vukanac commented 8 years ago

On Cake PHP 2.6 done all instructed in README, also fixed how to get id value (not from fields[] array, but from value() function), and edit method placed out of current edit form.

Upload field is shown and thumbnails with big X is created.

Problems:

  1. nothing is saved in files/
  2. nothing is displayed on view page
xhs345 commented 4 years ago

In case anyone else comes across this: Also ensure you completed the step to allow the action through the Security module (if enabled): https://github.com/srs81/CakePHP-AjaxMultiUpload#cakephp-25-and-above