Announcement

Collapse
No announcement yet.

videodownload

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • videodownload

    Hi,

    Is it possible to let visitors download a movie or file from my website to their local computer (c:\ drive)? and that they are propted in the usual way to indicate where the file should be saved, with progress indication of the download etc.?

    Gerard

  • #2
    Re: videodownload

    Yes, you can either put the movie in a zip file
    ex. - you put a movie into a zip called movie.zip, and upload it to your main directory

    Then you would link it to www.yoursite.com/movie.zip - that will allow them to download it

    Or you can upload the actual movie in whatever formart (.avi,.wmv, etc)
    put then the user would have to right click the link, and save the file from that menu
    and then make a link to that zip file, or give a link to

    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

    Comment


    • #3
      Re: videodownload

      Thanks, I will try it right away.

      Gerard

      Originally posted by Watdaflip
      Yes, you can either put the movie in a zip file
      ex. - you put a movie into a zip called movie.zip, and upload it to your main directory

      Then you would link it to www.yoursite.com/movie.zip - that will allow them to download it

      Or you can upload the actual movie in whatever formart (.avi,.wmv, etc)
      put then the user would have to right click the link, and save the file from that menu
      and then make a link to that zip file, or give a link to

      Comment

      Working...
      X