javascript - Get details of Image selected from <apex:inputFile> Salesforce1 -


i want details of uploaded image.

to choose image, using following code in visualforce page:

<div class="form-group"> <label class="lbl">image</label> <apex:inputfile value="{!att.body}" filename="{!att.name}" contenttype="{!att.contenttype}"/> </div> 

i want location info , created date of image.

the below kind of exif data:

image details


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -