My clients are taking pictures on their mobile devices and submitting them to my site via gravity forms, but I need to be able to grab the EXIF data from images to get the GPS coords from the image data...
I am using http://wordpress.org/plugins/thesography/ and it works using its shortcode only on images uploaded to the media library by taking its post id and spitting out all the EXIF data of that attachment's post id. I want to hack this plugin and make it work with a Gform hook or something or else make Gforms add the uploaded image automatically to the Media Library upon form submission, so that I can just use the other plugin's shortcode data to take over from there as Gravity Forms assigns a post id to that newly added Media attachment. What's the best way to go about this?