> how can i pust a microsoft word document content into > a client browser by not letting the user know the actual > location and file name of the word document, is that > possible?
Not really, in any absolute sense. You can hide it by presenting the document in a frame, or you can use CFCONTENT to serve the file, which doesn't hide the URL but allows you to perform CF-based authentication. You can move files around on the filesystem, so that URLs don't last very long - on Unix, you can use symlinks for this, which is kind of handy. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

