Sopamo / laravel-filepond

Laravel backend module for filepond uploads
MIT License
203 stars 56 forks source link

file path check #3

Closed cruk-ci closed 5 years ago

cruk-ci commented 5 years ago

Hi,

On Mac OS the file path check always fails because '/var/tmp' is just a symbolic link to '/private/var/tmp' and in Filepond.php [31] you verify the config parameter against the resolved file path.

Sopamo commented 5 years ago

The library is currently not tested on OSX. You can adjust the path where the files are stored via the config.