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

file.tag Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a tag of the user-selected file.

Syntax

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

Property Value

Type: String

The tag of this file.