I have a file download link on my website that is not working. When a user tries to download the file, they get the following error:
http error 404-- File or Directory Not Found
The file is located in the proper directory, so I don't think that is the problem.
The following is the code for the download link page:
<%
<
window.location=
}
</
Your download should start automatically.
Thanks!