richardgirges / express-fileupload

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

Exif data lost with the 'useTempFiles' option #274

Open morgan-wild opened 3 years ago

morgan-wild commented 3 years ago

I'm using the package 'exifr' to get meta data of updated images. Without any options, everything is ok, my files are uploaded and my backend extracts EXIF data.

But when I enable the 'useTempFiles' option, there is no way to get it. I checked if the temp files created using this option still contain EXIF, and yes, something is probably removed after.

Any idea why?

Best regards.

iostate commented 2 years ago

What version were you using @morgan-wild ? Do you recall by chance?