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.
"In your browser, replace upload.php with index.html and you should be fine."
Colin (Thanks for your interest) I already am using the Index.html. I put in a file and press the upload button. I end up on "upload.php" because of the form action="upload.php" on the index.html pageReply
Colin (Thanks for your interest) I already am using the Index.html. I put in a file and press the upload button. I end up on "upload.php" because of the form action="upload.php" on the index.html page
Try to add the following at the start of upload.php
Check if your browser is properly set, and if your server is OK. It seems to be a local problem.