koa-formidable icon indicating copy to clipboard operation
koa-formidable copied to clipboard

upload progress?

Open smolleyes opened this issue 8 years ago • 14 comments

hi

everything is in the title, can t get it working

just doing a simple

var form = yield formidable.parse(this);
console.log(form)
form.on('progress', function(bytesReceived, bytesExpected) {
      console.log(bytesReceived, bytesExpected)
});

TypeError: form.on is not a function

how can we do please?

thanks

smolleyes avatar Mar 24 '16 00:03 smolleyes