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 don't use Windows, and cannot test on Windows, but the class should be working.
Don't add the trailing slash anyway. According to the log, it looks like the directory you want to write images to is not writable. Make sure PHP can write into this directory.Reply
Don't add the trailing slash anyway. According to the log, it looks like the directory you want to write images to is not writable. Make sure PHP can write into this directory.