First off, if this topic has already been brought up here, then I'm sorry. I've probably read it but couldn't understand the solution to it. And actually I'm confused about people saying start a new topic if you have a question & others saying don't start a new topic if you have a question. So I decided to start a new topic. Hopefully I'm using the right terms.
What I'm trying to create is fairly simple: an image generated by the user that could be attached to a form (without having to be saved by the user) and emailed to a particular email address. I've already succeeded in creating the image using a form and the GET method (the image only saves properly when I use GET and not POST).
Now herein lies the problem...
How do I reference the temporarily generated image or give it a temporary name or get a form to get the values 'added' to the generated image by the user? I noticed that--since I'm using the GET method, these values are passed on
Thanks in advance