> Thanks for the help, this is the error message I got: > > Error Message: No such file.<br> > Error Detail: The file > specified in CFContent does not exist: > http://172.16.1.151/activeFiles/1674_1562949_337_944811446_Built50.txt > <p>The error occurred while processing an element > with a general identifier of (CFCONTENT) > > Where the activeFiles is a virtul directory which points to > the files stored on the forth server. The file was just > uploaded to there. > > Now instead of give me blank window, it shows the standand > download window ask me whethere to open or save the file. I > choose to open , it shows the souce of my display page, not > the page on that server, though using the correct file name.
What you've got to remember is that with NT, it doesn't write the file immediately as soon as it's uploaded, the file system can take a fraction of a second to finish writing it If you're writing across a network, then it might take a fraction longer For a test, maybe use CF_WAIT to stall for while, say a second Would that work? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

