Get Image Create Date

It would be great if there I could get the DateTimeOriginal exif information from images to load into my database.

Any thoughts on how I could achieve this? What I need is to be able to get image create dates from a file and then put them into the database. I could achieve this in PHP with exif_read_data but not sure how to do it with Wappler. I’ll be uploading multiple images at once, creating a db record for each and changing the name of the file to the insert record id + extension. Ideally I’d also like to be able to get the latitude and longitude if it’s in the exif data.