Forums

ASP

This topic is locked

Form generating email using Pure Upload ASP

Posted 08 Feb 2006 20:23:18
1
has voted
08 Feb 2006 20:23:18 Greg Kresslein posted:
I have a form where users can upload files using Pure Upload ASP. I also want them to be able to enter some basic info (name, email, etc.) and then generate an email using the information they entered from the form, saying that a file has been uploaded. I have the Mail Uploaded Files extension, but I don't want the file that was uploaded to be emailed, as it may be too big. I can't find any tutuorials about using this Mail Uploaded Files extension either. Can someone help?

Replies

Replied 10 Feb 2006 07:05:12
10 Feb 2006 07:05:12 Javier Castro replied:
You can use a:

Response.Redirect "www.yourwebsite.com/success.asp"

instead of an email. However if you want to send an email response, look for something called "Forms to go." I used it before and it was fairly easy to use to create this sort of thing.

Good luck,

Javier

Reply to this topic