Maintaining photo file metadata

0
Is there a good way to maintain photo metadata such as GPS coordinates, camera lens information, etc.?  
asked
3 answers
2

You need a Java action to read the metadat. See stackoverflow: https://stackoverflow.com/questions/16115851/read-image-metadata-from-single-file-with-java

You can then store these values as Mohammed described.

Regards,

Ronald

 

answered
1

Hi Ryan,

You can extend your entity that has generalization of system.image to add required metadata attributes and save the metadata with the image. See the example screenshot below.

Hope this helps!

answered
0

Hi team.

 

Im assuming it is still not possible to retrieve MetaData using default mendix widgets?

Currently using Jelte's Dropzone widget so we can batch upload, I havnt found a setting in there that allows you to retrieve and save the meta data, I might not be looking in the correct location.

answered