RE: CFserver Timesout when uploading a 13mb file

2003-02-10 Thread Trey Rouse
2003 1:40 PM To: CF-Talk Subject: CFserver Timesout when uploading a 13mb file I have a 13mb .doc file being uploaded using a simple CFFILE. The server timesout. After I zipped the file down to a 9mb file, it was OK. Does anyone know what triggers the limitat

Re: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Peter Mayer
apache this is "LimitRequestBody" ... http://httpd.apache.org/docs/mod/core.html#limitrequestbody Best regards, Peter Orginale Nachricht Von: brook <[EMAIL PROTECTED]> Betreff: Re: CFserver Timesout when uploading a 13mb file Datum/Zeit: Dienstag, 21. Jänner 2003 06

Re: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread brook
in the past, passing the future in the present] >[connecting people, places and things] > > >-Original Message- >From: Christian Cantrell <[EMAIL PROTECTED]> >Date: Mon, 20 Jan 2003 23:53:18 -0500 >Subject: Re: CFserver Timesout when uploading a 13mb file > >

Re: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Paris Lundis
tion that is private and > confidential. If > > you are not the intended recipient you are hereby notified that any > > dissemination, distribution or copying is strictly prohibited. If > you > > have received this e-mail in error please delete it immediately and > > advise us by return e-mail to > [EMAIL PROTECTED] > > > ***

Re: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Christian Cantrell
ave received this e-mail in error please delete it immediately and > advise us by return e-mail to [EMAIL PROTECTED] > *** > * > * > > > -Original Message- > From: Todd [mailto:[EMAIL PROTECTED

RE: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Mosh Teitelbaum
(301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ > -Original Message- > From: Dave Carabetta [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 11:24 PM > To: CF-Talk > Subject: Re: CFserver Timesout when uploading a 13mb file > > >

Re: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Dave Carabetta
> Requesttimeout doesn't work with CFMX?!?!?! Forgive my ignorance...but > if that's the case, I have lots of code to rewrite... :) Well, it still exists, just not when it's appended to a URL, as I'm sure you've used it before. Now you have to code it as an attribute of the CFSETTING tag in MX. (i

RE: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Ben Koshy
Requesttimeout doesn't work with CFMX?!?!?! Forgive my ignorance...but if that's the case, I have lots of code to rewrite... :) ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.hous

RE: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Joshua Miller
il to [EMAIL PROTECTED] * -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 7:23 PM To: CF-Talk Subject: RE: CFserver Timesout when uploading a 13mb file

RE: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Scott Weikert
Maybe it's a pure timeout issue? 13mb takes longer to upload than 9mb... maybe the page is timing out normally in the time it takes for 13mb to upload, but not for 9mb. There's a URL variable - I can't remember exactly what it is, and can't find it in any of the four books I have handy - "SetTi

Re: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread S . Isaac Dealey
ael E. Carluen" <[EMAIL PROTECTED]> > Date: Mon, 20 Jan 2003 11:40:20 -0800 > Subject: CFserver Timesout when uploading a 13mb file >> I have a 13mb .doc file being uploaded using a simple >> CFFILE. The >> server >> timesout. After I

RE: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Michael E. Carluen
* >* > > >-Original Message- >From: Todd [mailto:[EMAIL PROTECTED]] >Sent: Monday, January 20, 2003 2:47 PM >To: CF-Talk >Subject: Re: CFserver Timesout when uploading a 13mb file > > >RAM -- CFFILE I believe uploads into pure ram befo

RE: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Joshua Miller
] * -Original Message- From: Todd [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 2:47 PM To: CF-Talk Subject: Re: CFserver Timesout when uploading a 13mb file RAM -- CFFILE I believe uploads into pure ram before it dumps to disk

Re: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Paris Lundis
ED]> Date: Mon, 20 Jan 2003 11:40:20 -0800 Subject: CFserver Timesout when uploading a 13mb file > I have a 13mb .doc file being uploaded using a simple CFFILE. The > server > timesout. After I zipped the file down to a 9mb file, it was OK. > Does > anyone know what triggers t

Re: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Todd
RAM -- CFFILE I believe uploads into pure ram before it dumps to disk. ~Todd At 11:40 AM 1/20/2003 -0800, you wrote: >I have a 13mb .doc file being uploaded using a simple CFFILE. The server >timesout. After I zipped the file down to a 9mb file, it was OK. Does >anyone know what triggers the li

CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Michael E. Carluen
I have a 13mb .doc file being uploaded using a simple CFFILE. The server timesout. After I zipped the file down to a 9mb file, it was OK. Does anyone know what triggers the limitation? Thanks Michael ~| Archives: http://www.h