I've been trying to debug a cfcontent problem for many hours now. After searching the archive here and other sources, i've been I knocked up a test template with just the file push code to make sure i isolated the problem - and it still hangs the browser. so it has nothing to do with any other code preceding it. i had seen a few posts indicating that other code combined with cfcontent might be the problem.
the first download works. after downloading one file, i can still browse. the moment i initiate a second download, IE freezes, and it seems to affect other open instances of IE as well. i can finish the second download or cancel out of it, or Alt Tab back into the main browser window, but in all cases the browser is hung. here is the current variation of the code i'm using, it's in a template all by itself. i've tried many many variations to no effect. any help would be greatly appreciated. Nando <cfprocessingdirective suppresswhitespace="Yes"><cfheader name="content-disposition" value="attachment; filename=#url.file#"><cfcontent file="D:\wwwroot\biz\downloads\#url.file#" type="application/unknown"></cfprocessingdirective> ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists