473,473 Members | 2,303 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Cannot call BinaryRead

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.
Jul 19 '05 #1
2 10122
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" <ja**********@btconnect.com> wrote in message
news:bv**********@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.

Jul 19 '05 #2
http://www.aspfaq.com/2166

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


"Jamie Fryatt" <ja**********@btconnect.com> wrote in message
news:bv**********@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.

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Christopher Brandsdal | last post by:
Hi! I get an error when I run my code Is there any other way to get te information from my form? Heres the error I get and the code beneath. Line 120 is market with ''''''''''''Line...
1
by: Roberto | last post by:
Sometimes when loading binary files with Request.BinaryRead IIS on the log gives me the following Error (I have analyzed IIS Log with Web Trend Analyzer and the error isn't frequent): POST...
2
by: garbriel | last post by:
hi! i have a situation here! i want to save string from BinaryRead()method, so i write a ASP code just like that!! <% dim binRead dim byteCount
1
by: Vince C. | last post by:
Hi. I'm trying to put upload results from an HTML form into an ADO stream. I thought I could code the following (JavaScript): var s = Server.CreateObject("ADODB.Stream"); s.Type =...
4
by: Zibi | last post by:
I try to use script from www.freeaspupload.net for upload file. I need to store in session object the names of uploaded files but I get an error - Cannot use Request.Form collection after...
2
by: Arpan | last post by:
Under what circumstances can Request.BinaryRead() be useful & when should it be used? Assume that the value of Request.Form("anyvalue") is "a" (without the quotes). The output of <%...
2
by: Water Cooler v2 | last post by:
Just trying to experiment with the Request.BinaryRead(count) method. What's wrong with this script? <SCRIPT Language="VBScript" runat="server"> Dim b b =...
2
by: Griff | last post by:
Bizarre problem here.... I have a classic ASP web page that exists in one project. I have copied this code file into another web project and it errors! The code has not been altered in any...
0
skeptics
by: skeptics | last post by:
Trying to pass a SafeArray that i get form Request.BinaryRead Method in classic asp to a c# com interop component. In this thread i found a solution to pass and cast a normal asp safearray in to a c#...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.