I am storing files in SQL Server database as filestream datatype and it returns a blob. I am using nodejs with express. Is there a way to convert these blobs to images and send it to my ejs template using nodejs and express?
I am storing files in SQL Server database as filestream datatype and it returns a blob. I am using nodejs with express. Is there a way to convert these blobs to images and send it to my ejs template using nodejs and express?