srs81 / CakePHP-AjaxMultiUpload

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

Error when uploading file: 500 Internal Server Error on CakePHP 2.6.3 #55

Closed sarbazx closed 6 years ago

sarbazx commented 7 years ago

Installed this plugin according to readme. added this line on view:

echo $this->Upload->edit('User', $this->Form->fields['User.id']); for "users" table but getting error code 500 when uploading.

ajax link: http://127.0.0.1/ajax_multi_upload/uploads/upload/User___/

What am I doing wrong? Did everything accordingly readme.

sarbazx commented 7 years ago

anyone??