This documentation is for the old version. Go to the latest Upload Suite docs

fileSettings.contentType Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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