So what are the pros and cons of using bodyParser for file uploads?
I mean with bodyParser I get the file into a /var/ directory and then I move it to my directory once its uploaded, it gives me easy access to the name file and other information, but without bodyParser I can do stuff to the files once the 'done' event is triggered..
Is there a way to know when to use bodyParser, and when no to when it comes to files?