Results 1 to 3 of 3

Thread: How can I create a Downloadable file that is not a zip
      
   

  1. #1
    bothamspy is offline First Sergeant
    Join Date
    Mar 2008
    Posts
    70

    Smile How can I create a Downloadable file that is not a zip

    Thanks in advance for the help!!

    I need to create a downloadable link for a flash file that will dowload directly onto a pc/mac

    I have seen how to do it for a zip but not what I need

    Thanks again!!

    Tom

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: How can I create a Downloadable file that is not a zip

    Put the flash file in its own directory on your website (such as http://yoursite.com/downloads). You can of course name downloads whatever you want, but regardless of what you name it add a file inside the directory called ".htaccess", inside this file add the code below

    Code:
    AddType application/octet-stream .flv
    AddType application/octet-stream .swf
    AddType application/octet-stream .fla
    You can change or add a line for any file type you want to download instead of playing

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,428

    Default Re: How can I create a Downloadable file that is not a zip


    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49