Enables or disables all the standard POST fields.
$au.imageUploaderFlash('uploaderID').metadata().enableAllStandardFields(enable);
Type: Boolean
If true
, all the standard POST fields are uploaded; otherwise, no standard fields are sent to a server.
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.