Forum Moderators: buckworks
1. I want to be able to offer a file via for download via url. 2. After entering the url, the user would need to enter username and password.
3. Then, file download would start.
Seems like a relatively simple thing to do, but I have asked 3 webmasters I know, and none can give me clear instructions how to do this.
So now, I ask the experts! :)
In truth, there is no "clear instruction", which is probably why you didn't get one. There are a number of ways to do this, and all of them involve some sort of server-side programming. One way would be similar to the solution I propose in this thread [webmasterworld.com]. Instead of a temporary URL, you would store a user name and password.