Which free tool/script i can use for user to download mp3 from website
I have one website and few mp3 in one folder fro user to download. Is there any flash or php script which shows the content of folder in nice gui way so that user can click on them and down开发者_StackOverflow社区load them
Just iterate over the content using DirectoryIterator
like shown here.
精彩评论