expressjs / multer

Node.js middleware for handling `multipart/form-data`.
MIT License
11.6k stars 1.06k forks source link

Folder cannot be deleted #1271

Open ProjectRabbit-403 opened 2 months ago

ProjectRabbit-403 commented 2 months ago

I used this code in my project, which generated a folder in the project directory, but this folder cannot be deleted

//File upload
const upload = multer({dest: 'upload '});
File.post('/put',upload.single('file'),(req,res)=>{
    ...
})

Windows cannot be deleted, and neither can PowerShell PixPin_2024-08-22_11-08-44 PixPin_2024-08-22_11-15-09

ProjectRabbit-403 commented 2 months ago

I don't know why, but VSCode can be deleted 🫤