Posted by CptDondo on 01/20/08 15:24
I have a website that shows flash movies. I want to add a download
button that will download the same movie as a wmv file.
I can't for the life of me figure out how to do this....
The sendfile.php is invoked as
http://www.someserver.com/path/to/php/sendfile.php&image=http://
www.someserver.com/path/to/movies/xyz/movie.flv
what I need to do is to:
take basename of image, replace the .flv wih .wmv, use that as the
filename for 'Content-Disposition: attachment; filename='
replace the http://www.someserver.com/ part with the real path to the
file on the server and use that for the readfile($file) call
The only slighlty complicated thing is that the /xyz/ directory may be
present for some but not for others.
I've been going round and round and the only thing I can think of is that
I have been staring at code too long and haven't had enough coffee....
--Yan
Navigation:
[Reply to this message]
|