On May 28, 2010, at 3:47 PM, Dave Watts wrote:
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
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
I see. Would PHP work as that server side language? I am thinking so.
You can create a PHP counter, so... hmmm.
:)
Thanks for the input.
Best,
Karl DeSaulniers
Design Drumm
http://designdrumm.com
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders