Results 1 to 2 of 2

Thread: file downloading

  1. #1
    Join Date
    Nov 2006
    Location
    Queens NY
    Posts
    3

    file downloading

    Hi everyone,

    Does anyone know how to find out how many times a file has been downloaded from my site. I think I need some cgi code,I not sure.

    Thanks

  2. #2
    Join Date
    Dec 2006
    Posts
    21
    Hi,

    Yes, you need some kind of asp, php, cgi or any server side script to achieve this.
    Like if you make an asp download link like this http://www.yoursite.com/download.asp?id=xyz
    Then first you can update you database or something and add 1 to download count.
    Then redirect user to original file to download.

    --
    Riz ...
    ... PDFo***y.com - Free HTML 2 PDF conversion

Posting Permissions

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