Click or drag to resize
CuteWebUI Namespace
CuteWebUI is a collection of classes that allow you to create Web server controls on an ASP.NET Web page. Ajax Uploader is an easy to use, hi-performance ASP.NET File Upload Control which allows you to upload files to web server without refreshing the page. It allows you select and upload multiple files and cancel running file uploads, add new files during uploading. Ajax Uploader uploads large files to a server with low server memory consumption. The look and feel of file upload control can be customized to seamlessly blend into your website design.
Classes
  Class Description
Public class AttachmentItem
This class represents an Attachment Item.
Public class AttachmentItemCollection
This class represents/maintains a collection of Attachment items.
Public class AttachmentItemEventArgs
Event parameters used for events (AttachmentCheckChanged,AttachmentCreated,AttachmentDataBound,AttachmentAdded) that take an Item as one of its arguments.
Public class MvcHandler
class for ASP.NET MVC UploadHandler.ashx
Public class MvcUploader
a helper class to help you access the uploader api without the uploader control
Public class MvcUploadFile
Public class PersistedFile
This class represents a Single File object.
Public class PersistedFileEventArgs
Provides data for the FileChanged events.
Public class UploadAttachments
Public class Uploader
Public class UploaderBase
Public class UploaderDebugger
Public class UploaderEventArgs
Provides data for the FileValidating and FileUploaded(After Upload) events.
Public class UploaderFileSystemProvider
Public class UploaderLicenseException
UploaderLicenseException
Public class UploaderLicenseProvider
UploaderLicenseProvider
Public class UploaderProvider
This abstract class represents a Uploader Provider object.
Public class UploaderValidateOption
A helper class which can be used to hold validation information, used by the Ajax Uploader.
Public class UploadFileBase
Public class UploadModule
This class represents an Upload Module object.
Public class UploadPersistedFile
Interfaces
  Interface Description
Public interface IAjaxUploader
internal interface
Public interface IAttachmentProvider
Represents an interface for an Attachment Provider.
Public interface IUploaderRenameProvider
Delegates
  Delegate Description
Public delegate AttachmentItemEventHandler
Represents the method that will handle Attachment control events.
Public delegate PersistedFileEventHandler
Represents the method that will handle Uploader control events.
Public delegate UploaderBatchEventHandler
Public delegate UploaderEventHandler
Represents the method that will handle Uploader control events.
Enumerations
  Enumeration Description
Public enumeration AttachmentItemBehavior
Public enumeration AttachmentItemTemplatePosition
Specifies the Attachment Item Template Position.
Public enumeration EnumUploaderLicense
EnumUploaderLicense
Public enumeration MvcUploaderScriptSource
a enum for how the uploader render the script
Public enumeration ProgressBarType
Specifies the style that a ProgressBar uses to indicate the progress of an operation.
Public enumeration UploadAddonButtonMode
Public enumeration UploadCursor
Specifies the upload button built in cursor types.
Public enumeration UploaderAdvancedOption
This enumeration is used by Uploader.SetAdvancedOption.
Public enumeration UploadType
The global type of upload method to use.