formstream
formstream copied to clipboard
formstream in NPM did not fix the field problem
npm i formstream
check 'formstream.js' (Line 134-137)
FormStream.prototype.field = function (name, value) {
var buffer = new Buffer(value);
return this.buffer(name, buffer);
};