Sopamo / laravel-filepond

Laravel backend module for filepond uploads
MIT License
204 stars 54 forks source link

Fix to allow multiple file uploads #50

Closed nullester closed 2 years ago

nullester commented 3 years ago

Fix for error that occurs when using the array format for a html input name (like "filepond[]" instead of "filepond"). Error: Call to a member function storeAs() on array in file /home/vagrant/code/site/vendor/sopamo/laravel-filepond/src/Http/Controllers/FilepondController.php on line 46

Sopamo commented 2 years ago

@nullester thanks for your contribution! Could you please update your PR to work with the latest V1 release? Please also make sure to only include changes which are needed to add the multi-upload feature.

Sopamo commented 2 years ago

Going to close this, but feel free to reopen the PR after having a look at my last comment.