How can I resize an uploaded image using the CGI upload function?
I have had no problems with uploaded images... I can saved them/output them, etc just fine. But when I try to import it into GD, I either get an error that the argument is not numeric, or I get an error on copyresampled() that I am using it on an undefined value.
Any examples would be appreciated!