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 } ... `