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

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -