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.
The things to test are: - does it work for smaller images? If yes, you have a memory issue with larger files. - does it work for the large images if you increase the memory? If yes, you have a memory issue with larger files.Reply
The things to test are:
- does it work for smaller images? If yes, you have a memory issue with larger files.
- does it work for the large images if you increase the memory? If yes, you have a memory issue with larger files.