I have a strange thing that started hapenning once we migrated from CF 5 to CF7 ...there is a particular process that creates a file (a csv to be exact) using CCFILE Action="Append" ..problem is sometimes the file can get huge (e.g. 2.5 megs) ...I have a web page that generates this and updates itself with a progress counter via javascript (100 of 20000 records ..200 of 20000 records, etc..) issue is once it is "done" it appears that cffile then starts to write out the file, I have determined this by wathing the file size as the "counter" increments and it doesn't grow in size very much when the "counter" is done then the file seems to grow and grow and grow ...the next page is to show the user an icon to download the .csv with, but we never see the icon on large files as the web server seems to "timeout" (although requesttimeout is set to a large amount) ...is there anyway to make cffile "not cache"?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220930 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

