[I am using express for node]. I encountered a code where the form-data is being posted into index.js but it has to be processed in another javascript file. I debugged the original code at nearly every step but at this point I am stuck. Here are the relevant parts in the files. index.js proctor.js (not written by me) app.js So,