You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
listening on http://localhost:8001/
events:11
throw arguments[1];
^
Error: MultipartParser.end(): stream ended unexpectedly
at MultipartParser.end (/home/k/chowder/lib/formidable-vanilla/lib/formidable/multipart_parser.js:299:12)
at IncomingMessage.<anonymous> (/home/k/chowder/lib/formidable-vanilla/lib/formidable/incoming_form.js:64:30)
at IncomingMessage.emit (events:25:26)
at HTTPParser.onMessageComplete (http:110:23)
at Stream.ondata (http:745:22)
at IOWatcher.callback (net:373:31)
at node.js:204:9
I just had a few minutes to look into right now, but i seems that either node.js or the browser are doing something wrong here. By that I mean that the last package I received from the requests 'data' event does not contain the final boundary.
I did a little late night digging and found out that upload appears to fail if uploaded file ends with odd number of newlines (even is fine). Reason for this behaviour escapes me right now.
formidable dies with -
when trying to upload this file using examples/upload.js - http://www.robgalbraith.com/public_files/EOS-1D_Mark_III_C.Fn_I-II.pdf
The text was updated successfully, but these errors were encountered: