file.name Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the name of the user-selected file.

Syntax

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

Property Value

Type: String

The name of the user-selected file.

Remarks

If you change this property, new file name will be uploaded to the server instead of the original file name.