multer
multer copied to clipboard
Multiple uploads from different users and different folders
I have an upload API using Multer that works fine so far, but when 2 or more users upload at the same time in their specific folders the files are exchanged in the folders, and sometimes the files go only to one of the folders. I need my API to save the file in the folder the client requested.
Segue abaixo minha linha de código