P
peter
I have a .wmv file on my web site I want my friend to download.
What URL prefix should I use so that when he click on the link, he would be
given a file-save dialog where he can specify where the downloaded file is
to be saved?
If I do
http://myserver.com/file.wmv
clicking on this link would shows junk in a browser
I can do
mms://myserver.com/file.wmv
which would cause the file to be played (streamed) when clicked
But I want him to download the entire file before playing it, how to do it??
What URL prefix should I use so that when he click on the link, he would be
given a file-save dialog where he can specify where the downloaded file is
to be saved?
If I do
http://myserver.com/file.wmv
clicking on this link would shows junk in a browser
I can do
mms://myserver.com/file.wmv
which would cause the file to be played (streamed) when clicked
But I want him to download the entire file before playing it, how to do it??