The HTML5Upload type exposes the following members.

Constructors

  Name Description
Public method HTML5Upload
Constructor.

Methods

  Name Description
Protected method OnFilesUploaded
Raises files uploaded event.
Protected method OnInit (Overrides BasePart..::..OnInit(EventArgs).)
Protected method OnLoad (Overrides BasePart..::..OnLoad(EventArgs).)
Protected method OnPreRender (Overrides BasePart..::..OnPreRender(EventArgs).)

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field btnPostback
btnPostback control.
Protected field fileGallery
fileGallery control.
Protected field Static member FilesSeparator
File array separator.
Protected field handlerResponse
handlerResponse control.
Protected field lnkUpload
lnkUpload control.
Protected field pnlUpload
pnlUpload control.
Protected field up
up control.

Properties

  Name Description
Public property AllowedFileExtensions
Get or set upload module allowed file extensions
Public property ContentProviderTypeName
Content provider type used for uploading files.
Public property CustomProperties
Gets or sets custom properties that are transfered to upload control.
Public property DefaultPrivacyLevelId
Gets or sets the default privacy level id.
Public property EnableFileGallery
Gets or sets a value indicating whether file gallery is enabled.
Public property EntityId
Id of the entity that is associated with this module.
Public property EntityType
Entity type (Note, message, album, ...) that is associated with this module.
Public property Height
Get or set Upload module height
Public property MaxFileCount
Gets or sets the maximum files count.
Public property MaxFileSize
Gest or sets the maximum file size.
Public property MaxUploadSize
Gets or sets the maximum total upload size.
Public property OverwriteExistingFiles
Get or set if upload module should overwrite existing files
Public property PrefixFileNamesWithHash
Determines if file names should be prefixed by a unique short GUID for added protection from brute force attacks.
Public property TargetFolder
Get or set upload target folder - Virtual path (Note: Folder needs to have write permissions)
Public property ThumbnailSize
Gets or sets the thumbnail size.
Public property UploadButtonText
Gets or sets upload button text.
Public property UploadHandlerVirtualPath
Gets or sets the upload handler virtual path.
Public property UploadVisibleOnInit
Indicates if upload box is initially visible or not.
Public property UserReputationNewFileScore
Gets or sets how much score user gets for new file submission.
Public property Width
Get or set Upload module width

Events

  Name Description
Public event FilesUploaded
Files uploaded event.

See Also