Oh, Perl Masters...
Forgive me if this has been covered. I don't even know what to search on here.
Situation:
Users access page at http://www.domain1.com/script.pl
to edit parameters and enter (through an input type=browse) the path to an image on their hard drive. When they submit the form the parameters are sent to a Mysql DB. But the image needs to be uploaded to a different domain: http://www.domain2.com/
If I can open a script there and pass it a few variables I think I would be fine, but I am utterly confused as to how this can happen, although I am assured it can. Anyone have any initial thoughts on an approach, a command, a technique?
your newbie of the day,
R