Hi all, Been Googling this and couldn't find a definitive answer.
Scenario: we're considering using CFHTTP to retrieve large binary files from Amazon S3 (100k - 200Mb+) Obviously if not using FILE= attribute, cfhttp.fileContent contains the content of the file, and that variable is stored in memory on the CF server. If using CFHTTP FILE=... does CF7 store the file data *in memory* or stream directly to disk? Does it cache in memory first before writing to the specified file? In other words, are we going to suffer memory usage issues if we implement CFHTTP on CF7 to collect large files from S3? Thanks for your help. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336182 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

