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

FEAT: Gives the option to send all files in a single request #32 #34

Closed Pooyahmti closed 8 months ago

Pooyahmti commented 9 months ago

By setting groupUpload prop all files are sent in a single formData object within an array. #32

JinSSJ3 commented 8 months ago

Hey @Pooyahmti !!! how are you doing?

We really appreciate your contribution. Would you mind doing a little use case of this new prop on sandbox.com? I would like to add it to the website documentation as soon as I have more free time. You just need to create a sandbox like this:

In the meanwhile I will deploy a new version including your changes! Regards!

Pooyahmti commented 8 months ago

Hey @Pooyahmti !!! how are you doing?

We really appreciate your contribution. Would you mind doing a little use case of this new prop on sandbox.com? I would like to add it to the website documentation as soon as I have more free time. You just need to create a sandbox like this:

In the meanwhile I will deploy a new version including your changes! Regards!

Hello @JinSSJ3 , It is nice to have you back ;) of course. I'll start working on it ASAP