This documentation is for the old version. Go to the latest Upload Suite docs

file.description Property

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

Syntax

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

Property Value

Type: String

The description to the user-selected file.