download script that changes file extension

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • opioazul3@hotmail.com

    download script that changes file extension

    i have a website with mp3's that my proxy at work doens't allow the
    downloads.
    is it possible to come up with a php download script that changes the
    file extension before submiting it for download?
    regards,
    ../joao

  • R. Rajesh Jeba Anbiah

    #2
    Re: download script that changes file extension

    opioaz...@hotma il.com wrote:[color=blue]
    > i have a website with mp3's that my proxy at work doens't allow the
    > downloads.
    > is it possible to come up with a php download script that changes the
    > file extension before submiting it for download?[/color]

    Yes. You can give any name in the "Content-Disposition" header
    <http://in2.php.net/header>

    --
    <?php echo 'Just another PHP saint'; ?>
    Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

    Comment

    Working...