FileUploader.extensions

Availability

Flash Player 8

Usage

FileUploader.extensions:Array

Description

Property; Windows file extensions used for the FileReference 'browse' method.

Example

The following example will change the extensions property:

myFileUploader.extensions = ["*.jpg;*.gif;*.png", "*.swf", "*.mp3"];

See also

browse (FileReference.browse method)