----- Original Message ----- From: "Ian" as per the title. I've got a form where the user inputs there own name, e-mail address, subject and then from 2 drop-down selection menus select the type of email being sent and who to send it to.
I've googled a few scripts but from my understanding they will only send files currently on the webserver, and who it's being sent to is static(maybe i'm missing something?). The Current Code: http://files.iarp.ca/Documents/website/contact.txt Website Beta Page: http://moha.iarp.ca/contact.php Is there any way to allow someone to attach a file without uploading to the web server? ------------------------------------ Q: Is there any way to allow someone to attach a file without uploading to the web server? A: No. You have to upload the file to the tmp directory first, send it via email and then delete it. Rob.
