class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Hello, I am developing on my local computer, so there is no link to phpinfo.
I am using PHP Version 5.2.1 This is the information I have re: GD
gd GD Support enabled GD Version bundled (2.0.28 compatible) FreeType Support enabled FreeType Linkage with freetype FreeType Version 2.1.9 T1Lib Support enabled GIF Read Support enabled GIF Create Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled XBM Support enabledReply
I just noticed that you wrote that the problem was occuring for SOME GIF pictures. So I assume that your code works for some other GIF pictures, as well as PNG or JPEG pictures.
Could you send me one of these GIF pictures which don't work?
Are you sure it is a GIF picture? Sometimes, it can be a BMP renamed as a GIF or something like that.Reply
With SOME gif uploads I am getting the following error:
No GIF read support
I looked at the docs and forum postings and I haven't found anything. Any ideas?
Do you have any open_basedir restrictions on the server?
I am developing on my local computer, so there is no link to phpinfo.
I am using PHP Version 5.2.1
This is the information I have re: GD
gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
I just noticed that you wrote that the problem was occuring for SOME GIF pictures. So I assume that your code works for some other GIF pictures, as well as PNG or JPEG pictures.
Could you send me one of these GIF pictures which don't work?
Are you sure it is a GIF picture? Sometimes, it can be a BMP renamed as a GIF or something like that.