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 am afraid you need to try harder. Instead of outputing the image in the browser, try first to output it on disk, and check the logs produced by the class (output $handle->log). Once it works on disk, output the image in the browserReply
Anyhow, you can check the logs to see what's going on.
i mean, i use code base on that code, but not working.
here my code
that code download same image as original without modification.
I just create that one page only, load image from local file, not upload file. and modified with that amazing class.
i just create that one page, and running to tested force download.
or maybe i miss something?
thanks for your support, i will update when success.
anyway.. you create great class upload, i use in other handle and it's amazing.
thanks
Ray