metadata.enableAllStandardFields(Boolean) Method HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Enables or disables all the standard POST fields.

Syntax

JavaScript
$au.imageUploaderFlash('uploaderID').metadata().enableAllStandardFields(enable);

Parameters

enable

Type: Boolean

If true, all the standard POST fields are uploaded; otherwise, no standard fields are sent to a server.

Remarks

You may want to use this method if you want to send only files in the POST request without anything else. It may useful if you, for example, send files directly to CDN or Amazon storage.

See Also

Manual