|
I would use Imagemagick and that will solve any PHP timeouts etc
As far as file upload restrictions if this is a normal PHP setup your limited to 2mb and will not be able to upload a file larger than that. I would place the filesize limit a respectible amount anything under your max filesize in PHP allowed.
|