I have used blob datatype for storing image in database. Now, i am trying the same operation for the audio file. Storing audio file into database and trying to retrieve it from the database. I have successfully inserted the audio file into database, and i’m trying to retrieve it back. But, i don’t know what to write here, as i have used response.setContentType("image/jpg");for retrieving image. Can anybody help me, how to retrieve audio file from database.. I will very much appreciate.!!
I have used blob datatype for storing image in database. Now, i am trying
Share
You can find a list of MIME types here. Your type of audio file is probably there.
http://en.wikipedia.org/wiki/Mime_type