Karl DeSaulniers wrote:
Hello, 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?
I recommend at the very least using a token system where each downloader gets a token granting access to the download. Without one, you could end up with an aborted download and no way of resuming it.
That and the fact that clients may be increasing the counter needlessly if they do things like segmented downloads.
_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

