
March 29th, 2004, 11:03 PM
|
|
Contributing User
|
|
Join Date: Mar 2004
Location: Vancouver Island
Posts: 68
Time spent in forums: 11 h 30 m 54 sec
Reputation Power: 5
|
|
trouble querying variable in ASP w/VBScript
Hello,
I've been trying to get a variable inside of a statement to output correctly but it is not working.
This is the string:
GP_strm2.SaveToFile Trim(Server.mappath(GP_curPath))& "\" & tid & UploadRequest.Item(GP_curKey).Item("FileName"),2
I've confirmed that the vairable "tid" is coming into the page correctly using this:
<input type="text" name="trid" value="<%response.write request("tid")%>" size="20">
Please help! I need the correct syntax for the first statement above to have the variable come in correctly.
The variable is passed through a URL.
Thanks for any help.
|