1

i am using , https://github.com/blueimp/jQuery-File-Upload plugin for image upload using ajax call in laravel 5. i also refered article http://peterjolson.com/using-laravel-and-jquery-file-upload/. but i am getting the following error error

when i use https://github.com/blueimp/jQuery-File-Upload/wiki/Basic-plugin i get the same error. Can anyone help with this or please suggest any working image uploader with ajax call for laravel 5

2
  • error is obtained in console Commented Jun 26, 2015 at 11:39
  • Did you find any solution ? i have the same problem. Commented Nov 14, 2015 at 18:11

1 Answer 1

0

There is a main.js file, you need to adjust the url there according to the path you store it:

url: '../../uploadimage/server/php/'
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.