I'm making an application for android, and in it I want the user that registers can upload images, when I create a web application in php, the upload of the images I do by placing the image in a folder and the name of the image in the database but my question now is Is it the same for the web service? if it's not the same, how can I upload the image?