Report this

What is the reason for this report?

upload images using laravel application on LEMP Ubuntu 16.04 return cors origin

Posted on August 14, 2017

Hello Every body I have project on my droplet consist of 1- backend application using laravel 5.4 2- front end using angular js 1.4.8 my issue when I try upload Images return to me this message

www.api.panakeias.com/updateTeacherpicprofile/9:1 PUT 
http://www.api.panakeias.com/updateTeacherpicprofile/9 500 (Internal Server Error)

/#/TeacherEdtiProfile:1 XMLHttpRequest cannot load http://www.api.panakeias.com/updateTeacherpicprofile/9. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.panakeias.com' is therefore not allowed access. The response had HTTP status code 500.

notice : I called already package in laravel enabeld cors orging notice 2 : this path I save to my image : /var/www/panakeis_project/html/public/



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

I’ve had a similar problem in the past. To solve the problem I used the following package:

https://github.com/barryvdh/laravel-cors

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.