asp_web_howto thread: Redirecting to File, MAC
I have an ASP page that will redirect a user from default.asp to a file using Response.Redirect(URL). But for the MAC, this does not work quite as it is supposed to. It redirects the user correctly, and downloads the file, but the file has a name of default.asp. NOT the correct file name. Is there a function I should be using instead of Response.Redirect?
|





