Pricing
Learn
Code
Deploy
More
How to serve a image file from given path in Nodejs
457
7 years ago by
Karthik Divi
const path = require('path') res.sendfile(path.resolve(imagePath));