Replies: 3 comments 2 replies
-
|
Hey @AJLemos I believe the userdata object is just what you need for this type of distinction. UploadDropZone just like UploadButton supports most of the upload options that Uploady itself accepts. I see now that Its not documented in the Drop Zone page. I will fix that. |
Beta Was this translation helpful? Give feedback.
-
|
P.S. If you're willing, i'd love to add your (SmugMug's) "testimonial" to the https://react-uploady.org homepage "Developers Say..." section |
Beta Was this translation helpful? Give feedback.
-
|
The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Howdy. We love using Uploady at SmugMug! It's a fantastic library.
We need to be able to track how files are added to our uploader, via drag and drop or via a file input button.
Currently we fire a batch tracking event in the
useBatchAddListenercallback which includes how many files are added in the upload batch. We'd like to be able to include how files were added to the queue.I took a stab at adding this indicator to the
Batchobject and verified it works in Storybook, but I'm mostly unfamiliar with this codebase. You can see it here: master...AJLemos:react-uploady:track_upload_source_on_batchPerhaps there is a better way to extract how a batch was added to the queue?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions