You could have the server page that creates the text files -

1) use CFCONTENT to automatically deliver the text files, 
2) make it POST the files back with CFHTTP
3) CFOUTPUT the contents of the text file into a HTML comment, 
   then parse the file content out of CFHTTP.Filecontent

All of the above are strategies I've used before.

Hope this helps

Alistair Davidson
Senior Web Developer 
Rocom New Media
www.rocomx.net

-----Original Message-----
From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
Sent: 08 May 2001 07:04
To: CF-Talk
Subject: Pause


I have one page that goes to a server with form fields and makes it create a
text file.  I then want to put a pause after it does the get and then kick
off the rest of the code to do the get for the text files.  Does anyone have
any idea on this one?

Joshua Tipton
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to