I'm trying to use gd to resize an image uploaded through an HTML form using the imagecopyresized() function.
I need to bring the uploaded image into the function as an "image resource" that gd recognizes (I think) , but I can't find any info on how to do this -- what am I missing?
grrr...I'm pulling my hair out!