peterfreeman/ngx-dropzone

upload completed event

aylmercarson opened this issue · 1 comments

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?

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! 🤓