I just started (it wasn't happening before, upload was working fine) getting this error with my file uploads; I am currently on local development environment..
ErrorException (E_WARNING)
fopen(C:\Users\******\****\***): failed to open stream: Permission denied
My upload script;
$filepath = $attachment->storeAs("pdocs/customers", $formattedname);
The weird thing is that it only happens with some files. I am able to upload for instance some image files I have on my desktop. I am uploading it to my s3 account.
What am I missing here?