Question about allowing files for download

  1. #1
    mfurcron is offline Newbie

    Question about allowing files for download

    I am having some trouble allowing visitors to download files from my site in the form of a link.

    Do the files need to be zipped? I have them in .doc right now but have tried both.

    If the files are on my server, do I need to do something to allow acess to the visitors.

    this is the code I am using
    <A HREF="ftp://alookinsidetours.com/flyer.zip">
    Download this flyer</A>

    any ideas??? Thanks


  2. #2
    Tassie Devil is offline DAL Aussie Contingent
    May be that you're using ftp. Would http be better?

  3. #3
    Sprocket is offline Junior Member
    try this little script for your downloads, it works for me.....
    http://www.phparena.net/files/index....tion=file&id=4

  4. #4
    mfurcron is offline Newbie
    Tackle the Web with $5.99 .COM's from Go Daddy!
    Thanks,
    It was because I was using ftp:// instead of http:// ftp only works if they have access to my ftp server and of course I don't want everyone to.

    thanks for the help

+ Reply to Thread