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.
I recently upgraded to PHP 5.2 after I got a bug mentioned in the forum about isReadable. However, now when I even try the sample index.html/upload.php you provide with 0.20, the page shows all the PHP comments (except the ones started with the double-forward slash) as well as all the code and then finally gives a fatal error about not finding the 'Upload' class. I have tried 0.21RC1 with the same results. Any ideas? Thanks in advance.Reply
Re: PHP comments being displayed, fatal error occurs new!
<?
to:
<?php
And all is well now.