pionl / laravel-chunk-upload

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
MIT License
617 stars 167 forks source link

formData option #61

Closed 4ladnet closed 5 years ago

4ladnet commented 5 years ago

Please how can I use this formData: function (form){ ...... } to send data input from form to controller. Jquery file upload

pionl commented 5 years ago

Please check the plugin docs + our wiki page https://github.com/pionl/laravel-chunk-upload/wiki/jquery-file-upload

You can return an object containing additional request data that you can retrieve from request().