You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I really liked your library for the various customization it gives. I recently ran into an issue while selecting multiple files at once to upload.
I am using redux setup and have implemented custom upload. I have a onDrop function hooked to my action file. Since the event handler fires every time per file being uploaded, I receive a single file three times in my action, instead of three files at once.
So how can I fix this?
The text was updated successfully, but these errors were encountered:
Hi, I really liked your library for the various customization it gives. I recently ran into an issue while selecting multiple files at once to upload.
I am using redux setup and have implemented custom upload. I have a onDrop function hooked to my action file. Since the event handler fires every time per file being uploaded, I receive a single file three times in my action, instead of three files at once.
So how can I fix this?
The text was updated successfully, but these errors were encountered: