rowanwins / vue-dropzone

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
https://rowanwins.github.io/vue-dropzone/docs/dist
MIT License
2.02k stars 1.4k forks source link

Unable to read image from path (/tmp/phpknYclT). {"userId":1,"exception":{}} #616

Open kylescousin opened 2 years ago

kylescousin commented 2 years ago

What can cause this? I'm using this with Laravel's "php artisan serve" - the request is made, but there is never any file written to the /tmp directory, even when I set that folder's permissions to 777. This is locally