blueimp jQuery-File-Upload not working for laravel 5 -
i using , https://github.com/blueimp/jquery-file-upload plugin image upload using ajax call in laravel 5. refered article http://peterjolson.com/using-laravel-and-jquery-file-upload/. getting following error error
- get http://localhost:8000/...../server/php/ 500 (internal server error)
when use https://github.com/blueimp/jquery-file-upload/wiki/basic-plugin same error. can or please suggest working image uploader ajax call laravel 5
there main.js file, need adjust url there according path store it:
url: '../../uploadimage/server/php/'
Comments
Post a Comment