Hi everyone!
While trying to implement an image securefile field, I noticed that when I try to upload a large image (4400 x 3000 px) the server respond with a nice "Error 500". A couple of things to mention:
1) there is no ImageMagick installed on server, only GD.
2) while using a small PHP script based on GD to resize that kind of large images, it works without a glitch
3) I've changed in securefile.php $default_max_size, $default_max_width and $default_max_height to 8192
What can I do in order to use securefile with large images? Thanks a lot!
While trying to implement an image securefile field, I noticed that when I try to upload a large image (4400 x 3000 px) the server respond with a nice "Error 500". A couple of things to mention:
1) there is no ImageMagick installed on server, only GD.
2) while using a small PHP script based on GD to resize that kind of large images, it works without a glitch
3) I've changed in securefile.php $default_max_size, $default_max_width and $default_max_height to 8192
What can I do in order to use securefile with large images? Thanks a lot!