Pregunta de entrevista de Fetch

How would you save and retrieve images

Respuesta de la entrevista

Anónimo

8 abr 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.