metadata.userAgent Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a user-agent string.

Syntax

JavaScript Initialize
$au.uploader({
    metadata: {
        //...other params...
        userAgent: navigator.userAgent,
        //...other params...
    }
})
Get/Set Value at Runtime
$au.uploader('uploaderID').metadata().userAgent(value);
value = $au.uploader('uploaderID').metadata().userAgent();

Property Value

Type: String

The user-agent string which is sent by ActiveX/Java Uploader in the header of the upload request.

Default value is navigator.userAgent.

Remarks

Note

During initialization, this value is set to the user-agent string of a browser which hosts ActiveX/Java Uploader.

See Also

Reference