473,394 Members | 1,866 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

request for ***enctype="multipart/form-data"***

<form method=post enctype="multipart/form-data" action="xx.asp">
<input type=file name=YourFile>
<input type="text" name="xx">
</form>

how can i learn xx input value

i tried request("xx") it returned NULL

i tried Request.BinaryRead("xx") it returned error

how can i solve it...
Jul 19 '05 #1
2 4337
Request.Form

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Savas Ates" <sa***@indexinteractive.com> wrote in message
news:OP**************@TK2MSFTNGP15.phx.gbl...
<form method=post enctype="multipart/form-data" action="xx.asp">
<input type=file name=YourFile>
<input type="text" name="xx">
</form>

how can i learn xx input value

i tried request("xx") it returned NULL

i tried Request.BinaryRead("xx") it returned error

how can i solve it...

Jul 19 '05 #2
Place the following in xx.asp

<%
Response.Write Request.Form("text")
%>

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"Savas Ates" <sa***@indexinteractive.com> wrote in message
news:OP**************@TK2MSFTNGP15.phx.gbl...
<form method=post enctype="multipart/form-data" action="xx.asp">
<input type=file name=YourFile>
<input type="text" name="xx">
</form>

how can i learn xx input value

i tried request("xx") it returned NULL

i tried Request.BinaryRead("xx") it returned error

how can i solve it...

Jul 19 '05 #3

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

Similar topics

2
by: John Davis | last post by:
I want to know what's the differences between Request.Form("Field Name") and Request.QueryString("Field Name") OR they function exactly the same, which is to return the value of the field?? ...
9
by: Dan | last post by:
I am trying to use Request.Form("__EVENTTARGET") to get the name of the control that caused a post back. It keeps returning "". I am not really sure why, this happens for all of my controls...
1
by: RJN | last post by:
Hi In VB.Net I can know the control which fired the event using Request.Form("__EVENTTARGET"). I tried the same in C#. But it always returned null. Any other way to find out? Regards Rjn
3
by: IMRAN SAROIA | last post by:
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...
2
by: Ron | last post by:
I'm trying to check the value of a checkbox and respond accordingly. I had one checkbox working then I changed the name and value and it stopped working. I've checked very carefully to make sure...
8
by: abcd | last post by:
I can get the value on the form at the server side by using Request.form("max") when max field is disabled I dont get value. For GUI and business logic purpose I have disabled some fields with...
7
by: Rich | last post by:
Hi, I was experimenting with some basic sample asp code but can't get it to work correctly: this is bgselector.asp which works OK - you add the name of a basic color like blue, green, yellow...
0
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...
3
by: G | last post by:
Hello, I have a c# ASPX file, and a Code Behind file. This file has contents POSTED to it, around 15 form fields. Rather than manually catch each Request.Form - is there an easy way to...
1
by: James97212 | last post by:
I’m trying to request a different page using VB with ASP. I can do this with Radio Buttons and a Dropdown Box. How do I setup the “RedirectPage” for a stand alone redirect? I'm using it in the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...
0
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.