Sopamo / laravel-filepond

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

Update FilepondController.php #36

Closed rifrocket closed 3 years ago

rifrocket commented 3 years ago

in your upload() function you used extension() function to get the file's extension but for some files ( ppt, csv, ) its returns ".tex" so i decided to change extension() function with getClientOriginalExtension() function and now its working fine with all sorts of files formats.

Sopamo commented 3 years ago

Thanks for your participation!