I'm trying to create a file upload in laravel.
When I try in localhost, the upload path should be something like:
public/upload/user. This works fine.
But when I upload it to the server, I'm getting an error like
permission denied mkdir()
So, I'l have to change the upload path to upload/user to ake it work.
Is there a fix for it? Let me know if you need additional information.
publicin the path