Cannot call BinaryRead

J

Jamie Fryatt

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.
 
R

Ray at

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top