Index Music Files Using Flash/HTML5/JavaScript
How can I index mp3 files on user side and create a database of file name, artist name album name etc and upload them on a server? I would like a HTML 5 solution, although Flash or开发者_Go百科 JavaScript would do.
So no file uploading period? Cause if you were uploading them to a server you might find the getId3 project very useful. It does the file crawling right out of the box and all you need to do is write the PHP and SQL queries in order to write it's results to a database.
http://getid3.sourceforge.net/
精彩评论