Question
Send a file that resides above the virtual directory to the browser using ASP.
How do you send a file that resides above the virtual
directory to the browser using ASP.
this doesn't work:
<% Response.Redirect(Server.Mappath("..\..\..\files\" & rsgetefile("filename"))) %>
this doesn't work:
<% Response.Redirect(Server.Mappath("..\..\..\files\" & rsgetefile("filename"))) %>
