I'm using https://github.com/felixge/node-formidable for uploading files with express.
Although it works well there is a problem: I have a form with 9 inputs of type="file" and if I select 3 pictures and submit the form, formidable creates 9 files in my upload directory with 6 of them zero bytes in size. How can I stop the 6 files from being created?