How would you save and retrieve images
Anónimo
In my experience the two most common ways to do this are to save the image as a blob in a database or save the images on a file system with their relative paths in a database. The latter is the answer they are looking for.