my requirement is when a user selects a music file from i want the file to be stored in a database...?which databse should i use... to store music and videos...? and how to play a music file using a servlet?
Printable View
my requirement is when a user selects a music file from i want the file to be stored in a database...?which databse should i use... to store music and videos...? and how to play a music file using a servlet?
For the first part, any db that can handle BLOBs (which is most of them).
May as well use MySQL.
For the second part it depends on whether you stream or download.
Rather store in a database you can workaround with progressive download into the player also.
what is progressive download..?
thanks..
Read the following page, let me know still something is not clear enough to you.
Progressive download - Wikipedia, the free encyclopedia