How To Store Images In MySQL Server Using Android
I'm creating a application using camera options in that one the captured images are stored in the MySQL server using soap web service. I created a URL using Asp.net,the data type o
Solution 1:
What you have to do is convert that byte array into a string, and then you store the string in your database. Then, when you retrieve it, you will convert it back into a byte array, and then into a bitmap.
Post a Comment for "How To Store Images In MySQL Server Using Android"