M
matt shudy
Hi,
I currently have this code in an upload.asp page
any suggestions on how I pass this variable to my conf.asp
page?
i am using fp 2000 and aspupload
thanks,
matt
Session("Name") = "File Name" & Response.Write
File.FileName
and it throws this error
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/enveng/flashreports/Upload.asp, line 14
Session("Name") = "File Name" & Response.Write
File.FileName
^
With the arrow pointing at "File"
I currently have this code in an upload.asp page
any suggestions on how I pass this variable to my conf.asp
page?
i am using fp 2000 and aspupload
thanks,
matt
Session("Name") = "File Name" & Response.Write
File.FileName
and it throws this error
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/enveng/flashreports/Upload.asp, line 14
Session("Name") = "File Name" & Response.Write
File.FileName
^
With the arrow pointing at "File"