file.file Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets the JavaScript File object.

Syntax

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

Property Value

Type: Object

The File object for this item.

Remarks

If you are familiar with File API, you can use this object to manipulate the file content.

See Also

Manual