[PHP] Emailing attachments upload to a form

2001-12-11 Thread Ben Clumeck
When I use the script to upload an attachment to my form it does not email the attachment. I am using the mail() function to email the results of the form to me. Is there any other code I need to put in my mail() function to make this work, if so where would I put it? I am currently using the

[PHP] Emailing attachments upload to a form

2001-12-10 Thread Ben Clumeck
When I use the script to upload an attachment to my form it does not email the attachment. I am using the mail() function to email the results of the form to me. Is there any other code I need to put in my mail() function to make this work, if so where would I put it? I am currently using the

[PHP] emailing attachments

2001-11-11 Thread Don
Hi, I have a class that allows me to send e-mail with an attachment. I have a form that gathers information and I would like to allow the user to attach a file from his local drive. Is there a PHP routine that allows the user to browse his drive and choose a file? Thanks, Don

RE: [PHP] emailing attachments

2001-11-11 Thread Martin Towell
it's HTML input type=file name= -Original Message- From: Don [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 3:37 PM To: php Subject: [PHP] emailing attachments Hi, I have a class that allows me to send e-mail with an attachment. I have a form that gathers information

Re: [PHP] emailing attachments

2001-11-11 Thread Don
??? Therefore, the attachment in my mail class ends up being empty and not sent!!! it's HTML input type=file name= -Original Message- From: Don [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 3:37 PM To: php Subject: [PHP] emailing attachments Hi, I have a class