[thelist] ASP - Request Object
aardvark
roselli at earthlink.net
Wed May 31 18:33:17 2000
> From: Scott Dexter <sgd@ti3.com>
>
> (I was quiet cause I have NFI)
wot? now *that* surprises me...
> > > line 21 is the Request.Form.Key line above
it almost sounds like JavaScript the way he was initially requesting
it... who posted this? i'll call him Ed... Ed, had you used another
server environment in the past? are you a JS guy? the syntax
seems correct for another language...
> > TotalBytes is also not a part of the Request object, so it won't
> > work...
> >
>
> yeah it is, for a form that is POSTed, it provides the total number of
> bytes passed in.
shite... didn't see that in the docs... kinda handy, that one, but i've
never needed it (maybe i have and didn't know it...)... anyway, 'Ed',
was this from a POST method?
> other than that, yeah it should work, but like Adrian,
> deadlines=workarounds ....
yep, i'd just use the plain Request("field") for the short-term...