Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onDrop called each time when trying to upload multiple files at once #141

Open
MJfenix opened this issue Oct 11, 2017 · 0 comments
Open

Comments

@MJfenix
Copy link

MJfenix commented Oct 11, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant