Hi
I have an Image (database) field on a form. I have set the image width and height to 400px.
When I load an image less then 400x400 the image is displayed and stored in the database (MySQL Longblob).
But when I load an image much larger then 400x400 the image is displayed (as an image of 400x400) but NOT stored in the database.
If load an image of 372x493 it is displayed and stored.
I think it has something to with the maximul file size of the image. The one it did not except was 1.15MB.
But I do not get any message and the image is displayed. So the user thinks the image is stored.
Please advice.
Andre