I\'m working on a project in NodeJS which involves file upload. The upload is done on the client side with the code:
$(\'#file-upload\').bind(\'change focus clic
I am having this exact same problem. It bothers me that having too much logic between the request and the on('data')
event is the problem. I"m testing with a local server, and the amount of logic between the start of the request and registering the on data event is negligible. But the fact that I don't need to cross the internet to do my upload is making this problem that much worse? Are you still experiencing this issue?