Ajax Uploader Class Reference

IAjaxUploader Interface

internal interface

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

[Visual Basic]
Public Interface IAjaxUploader
[C#]
public interface IAjaxUploader

Types that implement IAjaxUploader

Type Description
MvcUploader  
UploadAttachments This class allows you upload multiple files with a single element. The uploaded file will be added to the list of attachments. Just the way Gmail does for email attachment.
Uploader This class represents an enhanced control for uploading files to the server.
UploaderBase The base class defines the properties, methods, and events that are shared by Uploader, UploadPersistedFile and UploadAttachments.
UploadFileBase Represents an UploadFileBase object.
UploadPersistedFile This class represents an enhanced control for uploading files to the server. The object can persist across postbacks.

Requirements

Namespace: CuteWebUI

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

See Also

IAjaxUploader Members | CuteWebUI Namespace