Description
First, the Readme is outdated. It says to do npm install express
but this downloads express 4.0 now, but the code depends on express 3.x.
Error: Most middleware (like bodyParser) is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/connect#middleware.
So it should say npm install express@3.x
until it is fixed for 4.x.
Then the upload simply never finishes on the server side.
I actually first tried the node.js sample from resume.js and after it worked fine I tried to change the directory of the uploaded files and at this point point it did the same which the sample here does:
The line POST done <filename>
doesn't appear on the server side log (only partly_done
for all the chunks), but on the browser side it says fileSuccess FlowFile [...] complete
. The samples/Node.js/tmp directory remains empty.
I haven't really tested more and I don't think I have much motivation right now to do it.
node v0.10.26
chromium Version 35.0.1916.17