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.
Hi. Just a quick note. You should replace split() calls by explode(), becase split() function is deprecated now. Also, you don't need regular expressions at those calls.Reply
You should replace split() calls by explode(), becase split() function is deprecated now. Also, you don't need regular expressions at those calls.