multer icon indicating copy to clipboard operation
multer copied to clipboard

Fix in multer configuration (Storage)

Open psimanta opened this issue 3 years ago • 1 comments

I tried with settings mentioned in the README.md file. If I use the slash like this /tmp it refers my c drive, but if I don't use slash it works.

psimanta avatar May 06 '21 04:05 psimanta

The intention of the example was to put the file in the root temp folder, so I'm not sure that this is the best approach 🤔

Maybe switch it to use something like: path.join(os.tmpdir(), 'my-uploads')?

LinusU avatar Sep 08 '21 18:09 LinusU