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

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to