multer icon indicating copy to clipboard operation
multer copied to clipboard

Multer to remove disk storage image

Open chenchuraviteja opened this issue 5 years ago • 1 comments
trafficstars

How to remove image file through multer....any idea!

chenchuraviteja avatar Jan 23 '20 08:01 chenchuraviteja

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.

fox1t avatar Jan 26 '20 14:01 fox1t