Page 1 of 1

is this possible with php?

Posted: Mon Aug 19, 2002 7:05 pm
by Shamu
In linking to files that have multimedia extensions... the client is often prompted to "play the movie in internet explorer"

I would like them to recieve a save as dialog box ALWAYS

is this possible? like could i have a http://mydomain/download.php?file=movie.mpg


I have seen this done one some sites like fileplanet and a few others...

Posted: Mon Aug 19, 2002 8:17 pm
by hob_goblin
look into header()

Posted: Mon Aug 19, 2002 8:23 pm
by Shamu
excellent! thanks for the pointer!