http://url.com/page.cfm?RequestTimeout=500 However it doesn't work with CFMX - so you have to set it using cfsetting in your code.
Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254 ************************************************************************ ************* Any views expressed in this message are those of the individual sender, except where the sender states them to be the views of Garrison Enterprises Inc. This e-mail is intended only for the individual or entity to which it is addressed and contains information 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] ************************************************************************ ************* -----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 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 - "SetTimeoutSomething", I'm sure someone on the list can come up with the right name. Anyhow, you put in your URL "SetTimeoutSomething=600", or whatever value, in seconds - and that forces the timeout to be that long, just for that page. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 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 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

