Clears posted files.
[Visual Basic]
Public Sub ClearPostedFiles()
[C#]
public
void ClearPostedFiles();
Remarks
AJAXUploader automatically saves the list of the posted files in view states. Call this function to clear the list.
See Also
AJAXUploader Class | EO.Web Namespace