file.exif(Function) Method HTML5/Flash Uploader JavaScript

Supported technologies:

Gets a collection of EXIF fields of a file.

Syntax

JavaScript
$au.imageUploaderFlash('uploaderID').files().get(index).exif(callback);

Parameters

callback

Type: Function

A function which is called when the EXIF is extracted. It accepts the Object containing all EXIF fields.

Remarks

This method works asynchonously - you receive data through the callback you pass into this method. However if you are sure that the data is already available, you can use it synchronously. For example, you can do it after the upload has been started.