open/download pdf
blvddrive | Posted 1:44pm 26. April 2010 Server Time |
ASP application running under window 2003 server.
After user upload a PDF, program display it through the hyperlink. But no action either double click or right click the link.
script is as follow:
request_file="D:\temp\req00001.PDF"
<a href="<%=request_file%>" target="NewWindow1" >View Attachment</a>
I wrote similar program almost 6 years ago but it didn't wotk this time. Could not remember what I did back then.
Is it web server setting?
Thanks,
|