In a recent implementation, I am having problems uploading an image from a form to a directory on the server. Prior to this, the software worked fine on my localhost as well as a NT server but when I tried to execute it on an Apache, it displays a 'Cannot find server or DNS Error'.
In debugging, it appears that it stops at the imagecreatefromjpeg() function.
The PHP version on the Apache is 4.3.0 while on my localhost it is 4.3.7. For my browser, I am using IE 6.0.
My initial thoughts is that it is a configuration variation with the PHP or it is something related to Web Server.
Any help would be greatly appreciated.