How to abort upload?
Opened this issue · 0 comments
flaudre commented
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 } ...