insert a file attachment in a form for frontpage 2002

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to write a webpage which allow my customer to attach up to three files
in a form and send the files to my email. I'm using Frontpage 2002. How can I
do it?

I have trouble with the file attachment. Someone please help. Thanks so much.
 
Not possible to send any attachments w/ emails using the FP forms handler

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I want to write a webpage which allow my customer to attach up to three files
| in a form and send the files to my email. I'm using Frontpage 2002. How can I
| do it?
|
| I have trouble with the file attachment. Someone please help. Thanks so much.
 
Stefan said:
Not possible to send any attachments w/ emails using the FP forms
handler

Not the OP, but I have wondered:
Is it possible using a custom script?
(I have written a custom script for writing form data to email, but I
couldn't find any way of attaching anything)
 
Yes but the file needs to be on the server 1st in a known location
(say using ASupload or FP File Upload)
Then see
http://www.asp101.com/samples/email_attach.asp

PS
and your host server SMTP needs to allow it

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Stefan B Rusynko wrote:
| > Not possible to send any attachments w/ emails using the FP forms
| > handler
|
| Not the OP, but I have wondered:
| Is it possible using a custom script?
| (I have written a custom script for writing form data to email, but I
| couldn't find any way of attaching anything)
| --
| Cheers,
| Trevor L.
| Website: http://tandcl.homemail.com.au
|
|
 
Stefan said:
Yes but the file needs to be on the server 1st in a known location
(say using ASupload or FP File Upload)
Then see
http://www.asp101.com/samples/email_attach.asp

PS
and your host server SMTP needs to allow it

This site has closed down its email sending because of abuse.

Is there some code to add to the normal mailto: to add an attachment?
Or is it all server driven amd ASP?
 
TBMK yes

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Stefan B Rusynko wrote:
| > Yes but the file needs to be on the server 1st in a known location
| > (say using ASupload or FP File Upload)
| > Then see
| > http://www.asp101.com/samples/email_attach.asp
| >
| > PS
| > and your host server SMTP needs to allow it
|
| This site has closed down its email sending because of abuse.
|
| Is there some code to add to the normal mailto: to add an attachment?
| Or is it all server driven amd ASP?
| --
| Cheers,
| Trevor L.
| Website: http://tandcl.homemail.com.au
|
|
 
Back
Top