multer
multer copied to clipboard
Multer to remove disk storage image
trafficstars
How to remove image file through multer....any idea!
Can you be more precise about what you try to achieve? Multer is just a file upload plugin. If you want to remove a file stored on the disk, you don't need Multer. Instead you can just use Node.js' unlink or some 3rd libs on npm.