files-ui / files-ui-react

UI components for file uploads with React js. Files UI is a complete library for handling files in the UI. You can validate and upload them. Multilanguage. Server side support.
https://www.files-ui.com
MIT License
46 stars 9 forks source link

Group all selected files into a single request #32

Closed Pooyahmti closed 1 month ago

Pooyahmti commented 9 months ago

Currently after file selection when Upload action button is clicked files are sent one after another each one in a separate request. Is it possible to configure the component to group all files in a single request and send to server ?

Drezir commented 9 months ago

I did it by using custom button

Pooyahmti commented 9 months ago

I did it by using custom button

Yes that is easy to implement the problem is the preview part but I'm working on it if you are interested we can collaborate cause the developer seems inactive.