file.description Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the description to the user-selected file.

Syntax

JavaScript Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').files().set(index).description(value);
value = $au.imageUploaderFlash('uploaderID').files().get(index).description();

Property Value

Type: String

The description to the user-selected file.