Forum Moderators: open

Message Too Old, No Replies

Help with Photo Submit Form to Email

         

canadian101

12:36 am on Mar 21, 2004 (gmt 0)

10+ Year Member



I hope this is the right place to ask this question: I am trying to make a form on my website so that you will be able to browse for a photo and submit to an email address along with the rest of the fields, so far I am unable to figure this out. Can anyone help me, or tell me where to go for help...

Thank you.

dcrombie

11:58 am on Mar 21, 2004 (gmt 0)



If you're using PHP the solution is here:

Handling file uploads in PHP [php.net]

Not sure about sending to an email though - usually you build a temporary page and put a link to it in the email.

burrito

8:04 am on Apr 16, 2004 (gmt 0)

10+ Year Member



I'm using HarksMailer for that...

[harksmailer.harkrider.com...]

works like a charm, just follow the documentation and you should be fine

R1chard

11:29 am on Apr 16, 2004 (gmt 0)

10+ Year Member



Do you mean browse for a photo on th elocal harddrive?

Are you using
<input type="file">
?

burrito

4:17 pm on Apr 16, 2004 (gmt 0)

10+ Year Member



yes that is the form tag for it... however I was talking about the whole e-mail script behind it...

dcrombie

9:17 am on Apr 17, 2004 (gmt 0)



Sounds like a job for ... PHPMailer [phpmailer.sourceforge.net]