I am using a custom Http Handler as described at http://www.telerik.com/forums/radasyncupload-without-temporary-file to upload files directly to a database without using a temporary folder. This is working correctly, however, if the user clicks 'cancel' or 'remove' the file is obviously not removed from my database.
Is there a way to override the cancel and remove operations so I can delete the files from my database?
I've created a new class that inherits from AsyncUploadResult to add a FileID so this should be easy... if I just knew which fuction to override. Thanks!