richardgirges / express-fileupload

Simple express file upload middleware that wraps around busboy
MIT License
1.53k stars 260 forks source link

safeFileNames moving dot in name #331

Closed fredrikalindh closed 2 years ago

fredrikalindh commented 2 years ago

For example it's changing the file name from "Van-Gogh.jpeg" to "Van-Goghj.peg"

Config:

fileUpload({
    safeFileNames: true,
    preserveExtension: true,
  })