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.
Thanks for your reply. I have changed all the size settings on MySQL and PHP and now seems to be happy. The errors i was getting before was PHP related. Even though the class was reading 50Mb file upload size, several times a 2Mb file was giving the error. After further investigation my ISP had set 50Mb for local and 2mb file for global. So anything under 2M is fine. Thanks for the advise on blob's. I will keep them below 1M.Reply
I have changed all the size settings on MySQL and PHP and now seems to be happy. The errors i was getting before was PHP related. Even though the class was reading 50Mb file upload size, several times a 2Mb file was giving the error. After further investigation my ISP had set 50Mb for local and 2mb file for global. So anything under 2M is fine.
Thanks for the advise on blob's. I will keep them below 1M.