What I tried: uploading a file foo\n.csv.xls to test my errors logs
What happened: .name was set to n.csv.xls, so my error logs show incorrect data
What I expected to happen: .name set to foo\n.csv.xls
Line causing the problem: https://github.com/felixge/node-formidable/blob/2f9db9fd87a833c1bd095041e78317557172b7f7/lib/incoming_form.js#L438