Create a text file with form data

  • Thread starter Thread starter Mike
  • Start date Start date
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.
 
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.
==============================================
 
Back
Top