I can't remember what the default thread limit is in 5 but I'm sure it was about 8 as well..
Even 2 meg files take forever to upload from some of our clients as they're UUEncoded thus are larger to send than the original. You just need to add <cfsetting requesttimeout="3600"> which would give an hour to upload it. Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk -----Original Message----- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: 10 March 2005 16:29 To: CF-Talk Subject: Re: Talking of file uploads It is in CF5 *Mark ducks...* and it would only be one at a time at any rate MD On Thu, 10 Mar 2005 16:09:01 -0000, Martin Parry <[EMAIL PROTECTED]> wrote: > Bear in mind also that you will be tying up 1 CF thread per upload. As > CF6 standard thread limit is 8, a couple of uploads and your server will > be struggling to serve other requests. And, if you're on a shared server > you will be affecting other users sites too. > > Martin Parry > Macromedia Certified Developer > http://www.BeetrootStreet.co.uk > > > -----Original Message----- > From: Ben Doom [mailto:[EMAIL PROTECTED] > Sent: 10 March 2005 15:56 > To: CF-Talk > Subject: Re: Talking of file uploads > > I don't know about a filesize limit with CFFILE (I don't think there is > one, but I could be wrong), but it sounds like your real enemy will be > timeouts. Unless your pipe is fat like LAN, you'll have to up CF's > timeout, and IIS's as well (if that's what you're using). > > --Ben > > Mark Drew wrote: > > Does anybody what the limit of filesize is with using <CFFILE ? > > > > I am looking to upload 100Mb + files and wanted to know opinions here > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198230 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

