At 11:39 AM 11/15/2001 -0800, you wrote: >You ran out of memory. You have 49k available and you need 53,798k. CFHTTP >wasn't intended to read anything that big...
I've never tried to cfhttp a 50mb file so I don't know if or how it breaks myself, but... fyi, I retooled the tcpclient com many, many months back to be able to handle multi-mb transfers. There's a 30MB transfer test in the examples. Mind you, the way the com is set up it accumulates the entire transfer in memory before allowing you to save it as a file so.... I hope your server has at least 256mb of ram. Additionally, refer to the "blocksize" property. For efficiency you'd probably want to set it to 1mb at minimum. Maybe even 54mb if you know beforehand what the file size is. --min ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

