Hi!
I've just experiences a nightmare... I have made a quite good image-upload
system in PHP, which make two versions of the image uploaded; one with the
size 350*263, and a small thumbnail. I have used the function
ImageCreateFrom JPEG, and everything worked fine when I tested it on my local
server. But when uploading the PHP-files to an extern server, I got the
error message "Call to undefined function: imagecreatefrom jpeg() in
c:\easyphp1-7\www\"... etc
The reason for this, as far as I know, is that the server has not installed
the php-extension php_gd2. And they do not want to install it either...
So, my question is: What to do? Are there other ways in PHP to upload and
manipulate images (such as size...), or do I have to make a system with for
example perl (cgi)? If so, does anyone know a good example of how to do
this?
ojorus
I've just experiences a nightmare... I have made a quite good image-upload
system in PHP, which make two versions of the image uploaded; one with the
size 350*263, and a small thumbnail. I have used the function
ImageCreateFrom JPEG, and everything worked fine when I tested it on my local
server. But when uploading the PHP-files to an extern server, I got the
error message "Call to undefined function: imagecreatefrom jpeg() in
c:\easyphp1-7\www\"... etc
The reason for this, as far as I know, is that the server has not installed
the php-extension php_gd2. And they do not want to install it either...
So, my question is: What to do? Are there other ways in PHP to upload and
manipulate images (such as size...), or do I have to make a system with for
example perl (cgi)? If so, does anyone know a good example of how to do
this?
ojorus
Comment