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
Post a Comment