Flash Player 8
FileUploader.multi:Boolean
Property; a boolean value indicating if multiple file uploads are allowed (true) or not (false).
The following example will change the component layout for multiple file upload:
myFileUploader.multi = true;