I have a .asp form on my website, I need to add a field that will allow a visitor to attach a file to be sent via that form to my email address. What is the easiest way to do this?
Thanks in advance
u4ea
korkus2000
1:45 pm on Jan 14, 2004 (gmt 0)
The easiest way is to use one of the asp email components out there. I would look to see if your host has an asp component you could use. Many of these have a sample code you could use to do this very quickly.
u4eas
2:48 pm on Jan 14, 2004 (gmt 0)
Thank you for the reply...
I have an in house server, so there isnt anything installed currently I believe aside for the asp form.
I tried to look at hotscripts and such... but I wasnt sure what to search for.
korkus2000
3:10 pm on Jan 14, 2004 (gmt 0)
ASPEmail and ASPMail are both free I believe. Try searching for those. They have samples to use that will get you up and running quickly.