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

fileSettings.policy Property

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 "".