Level 75
Search forum me and others have given step by step on file / image upload. And see https://laravel.com/docs/5.4/requests#storing-uploaded-files
Hello,
i work the first time with laravel filesystem. My users need to upload images. Everybody should be able to watch this image. So i set the following in config/filesystem.php
'default' => env('FILESYSTEM_DRIVER', 'public'),
And for the upload I have this code:
$request->file("file")->store("uploads");
but i get a permission error.
OS: Windows 10 Webserver: Laragon
Please or to participate in this conversation.