Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: processing forms with tags


Message #1 by "Ami" <ami_malimovka@h...> on Mon, 27 Nov 2000 15:16:53 -0000
Hi all,

I'm creating a support page on my site and I need the user to fill out a 

form explaining the problem and his request AND to pick a file from his

p.c. 



now here comes the tricky stuff, I want to take the text he entered(the

description of the problem) and put it in my database AND to send me

by E-mail the content of the form with an attachment which is the file he

chose.



help, please , anyone???

Message #2 by Robert Chartier <rchartierh@a...> on Mon, 27 Nov 2000 14:38:02 -0500
"I want to take the text he entered(the description of the problem) and put 

it in my database"



Use ADO

http://www.aspfree.com/devlinks/search.asp?file404=;&catid=5



"send me by E-mail the content of the form with an attachment which is the 

file he chose."



use CDO

http://www.aspfree.com/devlinks/search.asp?file404=;&catid=61





At 07:24 PM 11/27/00, you wrote:

>Hi all,

>I'm creating a support page on my site and I need the user to fill out a

>form explaining the problem and his request AND to pick a file from his

>p.c.

>

>now here comes the tricky stuff, I want to take the text he entered(the

>description of the problem) and put it in my database AND to send me

>by E-mail the content of the form with an attachment which is the file he

>chose.

>

>help, please , anyone???

>



Robert Chartier

Author, AspFree.com

xxx-xxx-xxxx

rchartierh@a...

http://www.aspfree.com/devlinks

http://www.aspfree.com/authors/robert

http://www.aspalliance.com/nothingmn




  Return to Index