Pergunta de entrevista da empresa Fetch

How would you save and retrieve images

Resposta da entrevista

Sigiloso

8 de abr. de 2025

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.