A
Avi
<A href= "GenericUploader.asp?SavePath=<%=server.URLEncode("D:\my new
web site\U") %>">folder name</A>
the link above does not seem to produce the appropriate query string
value upon being clicked on. That is, when an internet user clicks on
that link, the Internet Explorer opens the GenericUploader.asp web
page, and the code in that asp web page responsible for picking up the
value corresponding to the argument 'SavePath' (i.e,
request.querystring("SavePath")) returns solely the first word of the
value rather than the entire CORERECT value, which is 'D:\my'rather
than 'D:\my new web site\U'.
Can anyone tell me what needs to be done?
Thank you in advance
Avi
web site\U") %>">folder name</A>
the link above does not seem to produce the appropriate query string
value upon being clicked on. That is, when an internet user clicks on
that link, the Internet Explorer opens the GenericUploader.asp web
page, and the code in that asp web page responsible for picking up the
value corresponding to the argument 'SavePath' (i.e,
request.querystring("SavePath")) returns solely the first word of the
value rather than the entire CORERECT value, which is 'D:\my'rather
than 'D:\my new web site\U'.
Can anyone tell me what needs to be done?
Thank you in advance
Avi