upload completed event
aylmercarson opened this issue · 1 comments
aylmercarson commented
i've looked through the source but can't find such an event as output. if i drag half a dozen files onto the dropzone, it would be good to have a "completed" event exposed after all files have been uploaded?
peterfreeman commented
Hey @aylmercarson,
uploading files to an API endpoint is out of scope of this library. You will get an event when new files were dropped/selected and are available for preview or further processing (like uploading for example).
Happy coding! 🤓