That's good to know...I ran into this a while back but never knew what was causing the failure (I can only guess this was it but...)...was one of the last straws before I went Apache.
-Stace -----Original Message----- From: Trey Rouse [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 3:47 PM To: CF-Talk Subject: RE: CFFILE upload max. file size? There is a bug in IIS that limits the file upload size. Its tricky to put a number on it, but anything over 4 megs on a 100mbit line will likely send your server running never to return. It has nothing to do with memory allocation, it's a fricken bug in IIS. Microsoft acknowledges it to their ASP developers and directs them to use a com object for the transfer in lou of a form post. This works of course for CF as well, but it means you can not use CFFILE for user uploads on top of IIS. Well, unless you like having your server crash. Trey Rouse Data Application Architect Web Services - Rice University > -----Original Message----- > From: Andrew Golden [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 13, 2003 12:35 PM > To: CF-Talk > Subject: CFFILE upload max. file size? > > Does anyone know if there is a maximum file size that can be transferred > using CFFILE to upload? What is the largest anyone has ever had repeated > success with? Any help would be appreciated....thanks! > > Andrew Golden > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

