file.tag Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a custom data of the user-selected file (AKA tag).

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, i.e. an arbitrary string containing some data associated with this particular file. It is uploaded to the server as Tag_i POST variable.