file.tag Property HTML5/Flash Uploader JavaScript

Supported technologies:

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

Syntax

JavaScript Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').files().set(index).tag(value);
value = $au.imageUploaderFlash('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.