xperseguers / t3ext-extractor

TYPO3 Extension extractor
https://extensions.typo3.org/extension/extractor
GNU General Public License v2.0
14 stars 23 forks source link

Importing IPTC Title into Title-Field #40

Closed qamarweb closed 2 years ago

qamarweb commented 3 years ago

Hi Folks,

is there any way to automatically import the IPTC-Title of a JPG File into the Title-Field of the same, after uploading it in Typo3? I'm trying hard with the basic PHP Functions (exif enabled), but with no success...

Thanks in Advance....

xperseguers commented 2 years ago

If you want to do it on your own, in PHP, you may have a look at how this extension does it. If you just want to automatically extract this information when you upload a JPEG file, well, just use this extension in your website and you're done.