fileSettings.policy Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a security policy describing what is permitted in the request. Requests without security policy are considered anonymous and only work on publicly writable buckets.

Syntax

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

Property Value

Type: String

The security policy describing what is permitted in the request.

Default value is "".