This topic is locked
[SOLVED]

 Resize images after upload - Images truncated

8/3/2015 4:49:27 PM
PHPRunner General questions
S
salus1 authorDevClub member

Hi,

Anybody aware of any re-sizing weirdness when uploading JPGs? When I set the Resize images after upload - Image Size control to anything other than 600 the images are truncated after upload, with only the top 10% or so of the image being stored in the database. Deselecting Resize Images has the same effect. When set to 600 all images are reduced as expected.

Any ideas appreciated.

Sergey Kornilov admin 8/4/2015

I would check just in case if web server/PHP have any limits on uploaded file size.

S
salus1 authorDevClub member 8/4/2015

I changed the field type from BLOB to MEDIUMBLOB and all works correctly.