Error upload image
Any one can help me, i failed to upload image when website in staging server?
4 Replies
looks like the Folders arent setup correctly on the server
The first thing I might think about is the folders owner is different from the web app user, e.g you have userapp.com user but you setup everything using root user
you may try to change the ownership of the project files with
sudo chown ...
can u show the console tab? i mean is it a 403 error?