|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have written many working PHP Form to eMail forms but have run upon
a situation that I'm not quite sure of. I need to create a form that will deliver both text as well as up to 3 *.jpg files when submitted. Could someone please give me the dummy version of the code to make this work? My attempts aren't working to date. Thanks in advance! Happy Holidays to all Tha RagMan |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Tha RagMan wrote:
> I have written many working PHP Form to eMail forms but have run upon > a situation that I'm not quite sure of. I need to create a form that > will deliver both text as well as up to 3 *.jpg files when submitted. > Could someone please give me the dummy version of the code to make > this work? My attempts aren't working to date. > > Thanks in advance! > Happy Holidays to all > Tha RagMan > > OK, you're going to need to send this as multipart with appropriate mime extensions. This would be easiest with one of the many classes around. I haven't used any (I wrote my own several years ago), but PhPMailer seems to be popular. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Wed, 12 Dec 2007 08:18:46 -0500, Jerry Stuckle
<jstucklex@attglobal.net> wrote: >Tha RagMan wrote: >> I have written many working PHP Form to eMail forms but have run upon >> a situation that I'm not quite sure of. I need to create a form that >> will deliver both text as well as up to 3 *.jpg files when submitted. >> Could someone please give me the dummy version of the code to make >> this work? My attempts aren't working to date. >> >> Thanks in advance! >> Happy Holidays to all >> Tha RagMan >> >> > >OK, you're going to need to send this as multipart with appropriate mime >extensions. This would be easiest with one of the many classes around. > I haven't used any (I wrote my own several years ago), but PhPMailer >seems to be popular. Jerry; Thanks much for your response, info and advice. I will certainly put it to good use. Thanks again and Happy Holidays Tha RagMan |
|
![]() |
| Outils de la discussion | |
|
|