Re: send email and upload file

2002-03-04 Thread Jonathan E. Paton
> My apologies to everyone but this list does say 'beginners'. Indeed it does, though some of us have lost our beginner status :) > My problem...I am trying to modify a script that a co-worker > wrote for us. He no longer works here. Typical The snippets of the script below > #!/usr/bin/pe

Re: send email and upload file

2002-03-04 Thread Robert Aspinall
In the HTML that refers to this perl script, you're going to need to add this to the form section: Then, in the perl script, you'll need to have $email_addresses equal the input passed by that form. There should be a section of the perl script that deals with HTTP GET or POST data - that's the s