UploadAttachments cleaning.

  •  07-06-2009, 8:02 AM

    UploadAttachments cleaning.

    I have an UploadAttachments control in a form with other several controls (TextBox, RadioButtons, etc) intended to gather information  from the user, which is the preferred way to clean the item collection of the UploadAttachments after the page has been post back , the information and the attchs saved to the data base and the form is presented to the user empty and ready to received more information.

    Is there a UploaderControl.Items.Clear or UploaderControl.Items.Reset

    The delete seems to cause problems since it tries to delete the files in the temp directory while the files still in use by other process (.NET engine I guess)

    Thanks for any help. Regards Anddy

View Complete Thread