ASP Uploader Class Reference

UploadPersistedFile Class

This class represents an enhanced control for uploading files to the server. The object can persist across postbacks.

For a list of all members of this type, see UploadPersistedFile Members.

System.Object
???System.Web.UI.Control
??????CuteWebUI.UploaderBase
?????????CuteWebUI.Uploader
????????????CuteWebUI.UploadFileBase
???????????????CuteWebUI.UploadPersistedFile

[Visual?Basic]
Public?Class?UploadPersistedFile
????Inherits?UploadFileBase
[C#]
public?class?UploadPersistedFile : UploadFileBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: CuteWebUI

Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll)

See Also

UploadPersistedFile Members | CuteWebUI Namespace