renaming downloading file

Discussion in 'PHP' started by romeo2010, Apr 3, 2008.

  1. #1
    Hello, can anyone give me the code to rename any file on the fly b4 downloading...


    many mp3 script use that for download


    what it does it add a predefine text and a title that we corespond


    let say download.php?file=renamed


    $file=www.domain.com . file . .wmv
     
    romeo2010, Apr 3, 2008 IP
  2. vishnups

    vishnups Banned

    Messages:
    166
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you mean to obscure your file download location???? I have done it recently for one of my clients. If interested PM me and I will show you a demo.
     
    vishnups, Apr 4, 2008 IP
  3. bartolay13

    bartolay13 Active Member

    Messages:
    735
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    98
    #3
    use

    header ("filename: yourdesiredname");

    before downloading
     
    bartolay13, Apr 4, 2008 IP