Burnout
01-03-2005, 10:32 PM
I'm still a bit new to asp, so if this is a simple question, forgive me.
I have a form that a user fills in. When the user clicks the submit button, it sends the data via an email to me using CDONTS, while also creating a word document version of the data. The idea is that I get notification that a work request was submitted, and the user gets a nice copy of the request for them to cherish.
However I was thinking, it might be nice to attach the newly created word file to the email that gets sent to me. Unfortunately, I don't know how to determine where this new word file gets saved to. It seems like it is being stored in the users cache, but how do I determine the path each time?
Any help is appreciated.
I have a form that a user fills in. When the user clicks the submit button, it sends the data via an email to me using CDONTS, while also creating a word document version of the data. The idea is that I get notification that a work request was submitted, and the user gets a nice copy of the request for them to cherish.
However I was thinking, it might be nice to attach the newly created word file to the email that gets sent to me. Unfortunately, I don't know how to determine where this new word file gets saved to. It seems like it is being stored in the users cache, but how do I determine the path each time?
Any help is appreciated.