i have a form that that i want to generate html from, based on the user's input. part of that input would include an image file that i want to user to browse to.
how can i get the string of the path and file name saved in a variable upon submit? i was trying to open the file itself previously, but the powers that be have locked down sniffing around the directory structure....
thanks!