0
Most Effective Way Of Saving A Image In SQL Database?
What is best way of storing the data of or the image in the SQL Database for quick communication between ex Java and SQL Database but also a way of keeping it compact and easy to unpackage?
1 Resposta
+ 1
The best practice is collect all uploading images into folder named images at your serverside, and in sql db just include the name of image.
preferably beforehand change the name of a file to make it easy to access and unique