Hey,
I'm fairly new to Perl, and I have a project I would like to create. I want to be able to upload an image from my browser and have the script FTP the image to one of five different directories on another server, depending on which category is selected in a drop down box. I'm not sure how to get the script to upload an image, but I think once it is uploaded I can use an If Else statement to determine which directory to send to. Does anyone have any ideas?
Thanks!