UploadPane.DropFilesHereText Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a label displayed on the upload pane when it is empty.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public string DropFilesHereText { get; set; }

Property Value

Type: System..String

The label displayed on the upload pane when it is empty. It may be a plain text string, HTML code or a DOM/jQuery element. If you pass a DOM or jQuery element, it will be detached from its old location and attached to the upload pane. See the Minimalistic demo for details.

Default value is "Drop files here...".

Remarks

This property is necessary for localization of HTML5/Flash Uploader.

See Also

Reference