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 figured it out. There was so much logic between my route being defined and the actual file upload code running that it wasn't ready listening for the file.