Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Save EXIF to Database


Go to End


2 Posts   1738 Views

Avatar
corkg

Community Member, 30 Posts

28 August 2010 at 12:38am

Hi,

Does anyone know how I would go about extracting EXIF data from an image as it is uploaded and inputting this information into the CMS?

Thanks!

Avatar
dhensby

Community Member, 253 Posts

28 August 2010 at 1:32am

You'd need to decorate the Image class and customise the 'onBeforeWrite' function.

Using exif_read_data to then get the information and save it to the relevant db fields you create.