Level 61
Just give correct permissions.
chmod 775 -R pathToFolder
Hi, when i upload image with dropzone i get Unable to write in the "cdn/products" directory. error i try all permission task
$request->file('file')->move('cdn/products',$imagename); <- return error function
source of problem hosting public dir i solve problem with method. I add this function in bootstrap/app.php
$app->bind('path.public', function() {
return __DIR__;
});
Please or to participate in this conversation.