Re: OnFileUploaded Not Firing Until All Files Uploaded

  •  10-23-2009, 8:27 AM

    Re: OnFileUploaded Not Firing Until All Files Uploaded

    Hi,
     
    You can do that on the FileValidating event.
     
    use UploaderEventArgs args.GetTempFilePath() method to get the tempfile and process it.
     
    Regards,
    Terry
View Complete Thread