473,499 Members | 1,974 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Binary Read problem with Request.form("var")

Hi,

I am passing file through aspSmartUpload by using input file form control in
my
form. But I cannot use Request.Form("Variable") command in my called
asp. And it says you cannot use it during or after binary read. I guess
aspsmartupload my have resolution for its problem.

Please advise resolution.

Best regards

Imran
Dec 14 '05 #1
3 3378
Do you have the documentation for aspsmartupload? The upload object will
expose the form collection, and you go through that. Look for samples in
the documentation.

Ray at work

"IMRAN SAROIA" <im*************@hotmail.com> wrote in message
news:us****************@TK2MSFTNGP11.phx.gbl...
Hi,

I am passing file through aspSmartUpload by using input file form control
in
my
form. But I cannot use Request.Form("Variable") command in my called
asp. And it says you cannot use it during or after binary read. I guess
aspsmartupload my have resolution for its problem.

Please advise resolution.

Best regards

Imran

Dec 14 '05 #2
Thanks

It solved my problem

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:eE**************@TK2MSFTNGP12.phx.gbl...
Do you have the documentation for aspsmartupload? The upload object will
expose the form collection, and you go through that. Look for samples in
the documentation.

Ray at work

"IMRAN SAROIA" <im*************@hotmail.com> wrote in message
news:us****************@TK2MSFTNGP11.phx.gbl...
Hi,

I am passing file through aspSmartUpload by using input file form control in
my
form. But I cannot use Request.Form("Variable") command in my called
asp. And it says you cannot use it during or after binary read. I guess
aspsmartupload my have resolution for its problem.

Please advise resolution.

Best regards

Imran


Dec 14 '05 #3
try grabbing it with

Upload.form("Variable")

if that does not work it is something similar.. you'll need to check with
their docs
"IMRAN SAROIA" <im*************@hotmail.com> wrote in message
news:us****************@TK2MSFTNGP11.phx.gbl...
Hi,

I am passing file through aspSmartUpload by using input file form control
in
my
form. But I cannot use Request.Form("Variable") command in my called
asp. And it says you cannot use it during or after binary read. I guess
aspsmartupload my have resolution for its problem.

Please advise resolution.

Best regards

Imran

Dec 14 '05 #4

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

Similar topics

1
1589
by: bitTwideler | last post by:
I have a page with several input items with the same name (an array). In clasic asp, I can tell how many items there are with Request("var").count, but .net seems to have done away with this...
3
2672
by: Pavils Jurjans | last post by:
Hello, I have bumped upon this problem: I do some client-side form processing with JavaScript, and for this I loop over all the forms in the document. In order to identify them, I read their...
9
3646
by: bajopalabra | last post by:
hi session("myVar") = rs.getRows( ) don't work when number of records is greater than 10 does anybody know WHY ??? is it a Session object limitation ??? thanks
10
2361
by: thomson | last post by:
Hi, i create a session variable in C# as follows Session , but iam not able to access the variable in VB.net like intmode=Session("var"); Why is that ? Regards
0
1931
by: bolinc | last post by:
Can someone tell me why this isn't working? <Script language="JavaScript"><!--// var bJavaEnabled = Boolean(clientInformation.javaEnabled()); if (bJavaEnabled){ document.write('<form...
1
1752
by: piotr.korzeniewski | last post by:
I'm really confused with this one, first please take a look at code below: function Class(obj) { if(!obj) obj = new Object(); obj.Extend = function(obj) { this.__parent__ = new Object();
9
6367
by: xorax | last post by:
Hi, I am a new member of this forum but I'm french so... make easy sentences which I can understand please :) I have a javascript code in a string variable : var jscode = "var test = 'test...
8
1763
by: Rasmus Kromann-Larsen | last post by:
The With Conundrum I'm currently writing a master thesis on (preparations for) static analysis of JavaScript, and after investigating the with statement, it only even more evident to me that the...
5
10787
by: Nathan Sokalski | last post by:
I have an ASP.NET application which is giving the following JavaScript error: 'theForm' is undefined However, when I do a View Source one of the <scriptelements is as follows: <script...
0
7131
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7007
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
7174
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,...
0
7220
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6894
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...
1
4919
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
4600
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
3091
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.