fileSettings.contentType Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets content type of the uploading files.

Syntax

JavaScript Initialize
as3.converters( [
        {
            //...other params...
            contentType: "",
            //...other params...
        }
    ]
})

Property Value

Type: String

The content type of the uploading files.

Default value is "".

See Also

Reference