Hi i am developing an android application for a project in college , for the application i am using a WAMP server with a MySql DB running on my laptop, i am using PHP files to communicate with the DB from the android app. I am wondering what would be my best option to store images from the application. Would i be better of storing the images in a directory on the server and store location in the DB or would it be better to encode the image directly into the database? thanks
(the application is a online shopping model and the images would be uploaded for each item for sale.)