How do I handle exceptions that occur during a file upload, or during multiple file uploads?
Because of the asynchronous nature of uploading files with PowerWEB File Upload for ASP.NET, and because you may choose to continue with an upload process if one file within a group fails, exception handling is done through events on the UploadManager control. The UploadManager control exposes a FileUploadFailed event that is fired once for each file that fails during an upload operation. The event has a single argument of type FileUploadExceptionEventArgs containing an FailedUpload field which describes the underlying exception as well as know details of the failed file.