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.
When submitting an image my browser shows me a download window in which the file is offered that actually should handle the file transformation/uploadReply
btw... the file that is offered for download has the same name as the .php that arranges for the upload using your class. When i download the file it is empty, also when i put some fake html into the file. Very strange, haven't seen anything like it! Looks almost like the class is making the server present a file to the webclient.Reply
etc...
it does die with the log! When I place the "die" after the ->process, it offers the file as download!
it dies
any ideas on reasons for the problem?
Are you using PHP5? Do you attempt to create sub directories, or is the directory already existing?