Prisma is not a file storage system. If it's a hard requirement for you, it's probably possible to do something like storing the encoded image as string and your frontend server catches all routes on ../images/<image_id> and queries the underlying data for the image string. I would, however, recommend putting images on S3, for example, and just storing management details in Prisma, like name / url.