Sopamo / laravel-filepond

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

Use first field as input_name #39

Closed SidharthRaveendran closed 3 years ago

SidharthRaveendran commented 3 years ago

Using multiple file uploads in the same form causes problems when the name is different, so I've made input name as first field from request.

Sopamo commented 3 years ago

As filepond posts to the controller independently from your form that shouldn't be a problem. Please have a look at https://github.com/Sopamo/laravel-filepond/issues/33 where the functionality of filepond is explained in more detail. If you believe that this is still a valid use case, please provide a link to an example repository which shows what you are trying to achieve.