Forum Moderators: open

Message Too Old, No Replies

Attachment from a form

getting an attachment to email from a form

         

Malcolm

1:22 pm on Jul 14, 2003 (gmt 0)

10+ Year Member



I've got a form here <no personal URLs, please> where advertisers have the opportunity of including a logo or photo with their listing in the directory.

All such listing requests are emailed to me. Anyone know how I can get the email to carry the graphic attachment to me please?

Malc

[edited by: tedster at 2:29 pm (utc) on July 14, 2003]

BlobFisk

1:26 pm on Jul 14, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Malcolm,

Posting links to personal sites is against the TOS [webmasterworld.com] here at WebmasterWorld. You should really edit your post to remove it before a mod/admin does!

You will need a server side language to do this. Stepwise it would:

  1. Save the attachment to the server from the users HD.
  2. Create the email to you
  3. The image is taken from the server and emailed to you.

There are a whole variety of server side languages to choose from - check with your hosting provider and see which ones they support.

HTH