Thursday, 29 August 2013

Better store images on server or image strings on database?

Better store images on server or image strings on database?

i'm developing an android app where the user can take a photo. The app
will have to upload it. I'm new of servers/databases. What's better? Store
the image file "image.jpg" on the server or store the image string,
encoded with base64, in MySQL db?
Are there other strategies?

No comments:

Post a Comment