Create a text file with form data

M

Mike

I have form that submits to a dbase using ASP. I also have it notify me, via
e-mial, that a new record has been submitted. After the dbase receives the
post, I need to export that information to a text file so that I can import
it into another application that the we are using.

That being said....Is there a way to have ASP create that text file for me
and attach it to the e-mial that it sends when the form is submitted?

Thanks.
 
T

Thomas A. Rowe

Yes, This is all custom ASP coding that you will have to write.

Requires the use of the FileSystemObject and your host has to be willing to
set the permissions on the folder where the file is created via the
FileSystemObject, then you have to figure out how to code the ASP mail
component being used to send attachments.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top