The URLLoaderDataFormat class provides values that specify how downloaded data is received.
Variables
inlineread onlyBINARY:URLLoaderDataFormat = 0
Specifies that downloaded data is received as raw binary data.
inlineread onlyVARIABLES:URLLoaderDataFormat = 2
Specifies that downloaded data is received as URL-encoded variables.