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.
How do you stop it from throwing an error if no file is uploaded? I have it on a form that has other fields and if I don't choose to upload a file I get and error. I do want it to create a directory even if I don't upload a file though. How can I do that?Reply
I do want it to create a directory even if I don't upload a file though. How can I do that?