Matt, That's an interesting way to do it. I'll look into that.
Thanks. Thanh -----Original Message----- From: MW [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 4:08 PM To: CF-Talk Subject: RE: File Size limit with CFFile? We had a terrible time with CFFile and uploads. We got not only the memory spike, but an unbelievable spiking of CPU's to 100% for the full duration of the transfer, in our development and production environments, and in test code to isolate the problem. The side effect was that it slowed transfer rates down by a large amount because the CPU's were too busy. The solution was to use a single .asp page with a COM that handles this well with IIS. After the transfer the .asp page does a redirect to a cfm page. Transfer rates are way up, CPU and memory way down. A waste of time and a few bucks (~$150 for the COM), but it solved the problem. I sure hope this is fixed in MX, but I suppose it is a limit to ISAPI and not a poor implementation on the MM side. Matt > -----Original Message----- > From: Tony Gruen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 5:26 PM > To: CF-Talk > Subject: RE: File Size limit with CFFile? > > Thanh, > The restriction is primary available system memory on the server (RAM). > CFFILE moves the uploaded file into available system RAM BEFORE writing it > to the hard drive. If you're running Windows you will probably see an error > 1450 come up if the file is too large. > > Tony Gruen > > -----Original Message----- > From: Thanh Nguyen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 3:18 PM > To: CF-Talk > Subject: File Size limit with CFFile? > > > Is there a limit on the file size using CFFILE? > > I have a simple program that helps clients upload files to our server, but > they can't upload files that's over 30 MB. > > Is this a browser issue or server issue? > > Thanks, > > Thanh Nguyen > > > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.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

