[Flow] Extract image EXIF data for resource objects and resize image on upload

Peter Beernink p.beernink at drecomm.nl
Fri Jul 26 16:08:23 CEST 2013


Hi

On 26-07-13 15:23, Jan Greth wrote:> Hi again...
 >
 > I just found out a strange behaviour:
 > TYPO3.Media -> Image object in my Model -> Create/Update Action:
 > Two Images: Both same Camera, same settings, same Filename schema,
 > different File sizes (Image 1: 1,41MB, Image 2: 2,3MB)
 >
 > When trying to create/update with Image 1 -> everything ok!
 > When trying to create/update with Image 2 -> Error Message:
 > "An error occurred while trying to call
 > JPG\Media\Controller\IndexController->createAction()" or
 > "An error occurred while trying to call
 > JPG\Media\Controller\IndexController->updateAction()"
 >
 > Is it possible that there is a max image-filesize in TYPO3.Media?!

I don't think it is a restrictin in TYPO3.Media but in PHP itself.

By default PHP uses a maximum upload size of 2MB. Did you change that or 
is it still the default value.

 >
 > Greetings,
 > Jan

Greetings,
Peter


More information about the Flow mailing list