> How can I go about restricting the number of downloads of a file on my
> server?
> For Eg: if I want a music track to only be able to be downloaded by 150
> people and thats it.. ever,
> how can I go about doing this?

You'll need to serve the file through a server-side (CGI) program.
That program can read from a counter to see if additional downloads
are allowed, then write to the counter after a download has been
initiated.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to