How to check EXIF data on user uploaded image file

(Eric W) #1

Hi, I have a flow where I ask the user to provide a selfie to verify their check-in. How can I check the EXIF data to make sure the photo was taken the same day, in real time?

(Nathan Stults) #2

This is not something Flow XO can do internally. You would need to post the URl of the received image to a web service on your end that could check the image however you need it checked via a HTTP call and return the result to your flow.

Nathan