Hi,I'm trying to intercept file uploads and send the uploaded files to a backend server which does some processing. If the processing fails I'd like to return a negative response to the STOR command sent by the client. Is that possible? I don't think I can do this in onUploadEnd in an Ftplet since when that method is executed the positive response has already been written to the client. Any ideas?
Regards, Niklas
