Image storing in SQL DB from Android -


i create application accepts image in android convert base64string. resulting base64 string sent rest api converted byte array , store in sql db. best possible way store image in sql db or there other possibilities?

better practice store string of location on filesystem service executes database call hosted. when retrieve 'image' retrieve location , use pull image file system rather storing entire binary on database.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -