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.
- GD version : GD not present - supported image types : none
Apparently, your server doesn't have GD installed. Without GD, there is no graphic capabilities.
The list of supported image types is empty, so the class cannot consider the file as an image that it can work on, and deactivate all image processing.Reply
- supported image types : none
Apparently, your server doesn't have GD installed. Without GD, there is no graphic capabilities.
The list of supported image types is empty, so the class cannot consider the file as an image that it can work on, and deactivate all image processing.