Thanks for your reply.
Let me explain the set in some more detail.
I have form1.asp - which has the <input type="file"> to select a file from the local file system.
This then gets submitted to for form2.asp
are you saying I should have the upload logic in an ifroma inside this if statement...
Thanks,
I have been trying the scripts out on my server and I'm finding out that one cannot use Request.Form after calling BinaryRead, and vice-versa.
My dilema is that every page in the application I'm adding this functionality used requeest.form to check that the user has a valid session...
I have struggled with this for a few hours, hoping to get some help from here as usual.
I have created this array...
For x = 0 To rs.fields.count - 1
Response.Write("sampleValues[" & x & "] = '" & rs.fields.item(x).value & "';")
Next
because I need to x values to get the indexes of...
I think I have just about tied myself up in knots on this one.
Here goes
for each c in arrCols
Response.Write ("Columns to retrieve from spreadsheet")
Response.Write("<br>")
Response.Write c
Response.Write("<br>")
'Response.Write rs.fields.item(c).value
On Error Resume...
I have an add on question to the issue you resolved yesterday..
I am using these two routines to get the index of certain items in an array
ide = 0
for each item in arrExcel
if item <> "None" then
Response.Write cstr(ide) '& item
Response.Write("<br>")...
I'm really hoping some kind soul can help here.
THis code...
for each item in arrExcel
if item <> "None" then
Response.Write item
Response.Write("<br>")
End if
Next
Gets the item I want an print it out.
I would like to get the index of the item in the array arrExcel. How...
Thanks.I'll try this out straight away.
so where im my code to I create the i variable and incrementing it..
the outer for loop is posted below.....
</head>
<form name="frmMap" ID="frmMap" ACTION="MapMetadata2.asp?<%= Request.ServerVariables("QUERY_STRING") %>">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.