aguidrevitch/jquery-file-upload-middleware

How to abort upload?

Opened this issue · 0 comments

How can I abort the upload from within the router if a certain condition is not satisfied? Is there something like

upload.on(begin), function(fileInfo){ if(mycondition){ --> stop upload } ...