Replies: 1 comment 1 reply
-
So a few things here:
In any case, the best way would be to track that yourself, that is intentionally not something that Uploady provides as an API. Instead, you have all the events (and hooks) to help you build that (custom) logic on your own. |
Beta Was this translation helpful? Give feedback.
-
Hi, so I was fiddling around for quite a while now, but I couldn't figure it out myself.
What I want at the end is the number of Pending Items, which I would use for some UI changes. What I considered but didn't liked was tracking them by myself.
What looked promising was getPending() from useUploader,
but couldn't import useUploader which was weird, so I also didn't tried that out.
Would appreciate some input!.
Beta Was this translation helpful? Give feedback.
All reactions