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:
Comments
Post a Comment