In dropzone we have a removedFile
event, which is fired after file is removed.
What I need is an event that is fired before file is removed, so that I can trigger removal from server and if it succeeds then will remove a file from dropzone, otherwise file from dropzone will not be removed and error message will be shown.
Any idea ?