Re: Removing Uploaded Files in the Temporary File Location

  •  11-18-2009, 8:48 AM

    Re: Removing Uploaded Files in the Temporary File Location

    Hi Ken,
     
    Thank you for your reply. If we were to define an event handler:
    protected void attachment1_FileUploaded(object sender, UploaderEventArgs args)
    {
    }
     
    wouldn't one have to add the a missing namespace (like, #using CuteWebUI.AjaxUploader;) as the compiler may return an error on the missing definition of UploaderEventArgs? We had been looking in the online documentation for a namespace to use but can't find one.
     
    Regards,
    Michael
View Complete Thread