Just another quick one, the upload system im using obviously doesn't like
request.form is there anything else i can use to pass the variable that wont
give me the error shown below.

thanks

jamie

----------

Request object error 'ASP 0206 : 80004005'

Cannot call BinaryRead

/mainstay.asp, line 34

Cannot call BinaryRead after using Request.Form collection.

Re: Cannot call BinaryRead by Ray

Ray
Thu Feb 05 09:54:55 CST 2004

You have to use the "upload system" to get at the other form elements. I
don't know what component you're using, but the syntax ~may~ be something
like:


sName = YourObject.Form.Item("txtName")

Check in the documentation of your upload component as to how to get the
form field values.

Ray at work


"Jamie Fryatt" <james_fryatt@btconnect.com> wrote in message
news:bvtofd$5bb$1@hercules.btinternet.com...
> Just another quick one, the upload system im using obviously doesn't like
> request.form is there anything else i can use to pass the variable that
wont
> give me the error shown below.
>
> thanks
>
> jamie
>
> ----------
>
> Request object error 'ASP 0206 : 80004005'
>
> Cannot call BinaryRead
>
> /mainstay.asp, line 34
>
> Cannot call BinaryRead after using Request.Form collection.
>
>



Re: Cannot call BinaryRead by Aaron

Aaron
Thu Feb 05 11:10:21 CST 2004

http://www.aspfaq.com/2166

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"Jamie Fryatt" <james_fryatt@btconnect.com> wrote in message
news:bvtofd$5bb$1@hercules.btinternet.com...
> Just another quick one, the upload system im using obviously doesn't like
> request.form is there anything else i can use to pass the variable that
wont
> give me the error shown below.
>
> thanks
>
> jamie
>
> ----------
>
> Request object error 'ASP 0206 : 80004005'
>
> Cannot call BinaryRead
>
> /mainstay.asp, line 34
>
> Cannot call BinaryRead after using Request.Form collection.
>
>