If it's an emergency, you can also hack out a solution along the lines of:

        <!--- In Application.cfm --->
        <CFIF IsDefined("URL.RequestTimeout")>
                <CFSETTING REQUESTTIMEOUT="#URL.RequestTimeout#">
        </CFIF>

Granted, it's a hack, but it'll work until you have an opportunity to recode
your application correctly.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (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
>
>
> > 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.e., <cfsetting requesttimeout="60">)
>
> You'll still have to re-write some code it sounds like, but it didn't go
> away, and it still works the same as it did in previous versions.
>
> Regards,
> Dave.
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to