imageUploaderFlash.amazonS3Extender Property HTML5/Flash Uploader JavaScript

Supported technologies:

Returns an instance of an Amazon S3 Extender associated with the uploader.

Syntax

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

Property Value

Type: $au.amazonS3Extender

A reference to the Amazon S3 Extender associated with the uploader.