mscdex

Results 322 comments of mscdex

That's entirely dependent upon whether the 3rd party module you're using (if you're using one) supports file streams or not. `busboy` just presents a streaming interface for files so you...

If you can provide a minimal reproduction against the current master branch, let me know.

I haven't had time to look into it.

That's beyond the scope of this project, you might try asking on [nodejs/help](https://github.com/nodejs/help/issues) or a place like stackoverflow.

If anything I'd rather just make additional, arbitrary pairs available to the user, instead of adding domain-specific values.

I think we should also have a `fieldNameTruncated` kind of property like we have for urlencoded forms. Maybe at the same time we change up what is passed to `file`...

You would add that line in the parent scope, after you've set up all of your event handlers. Another thing to be aware of is that if you're running this...

If you're using the Google Cloud, then if you look closely at the example you linked to they are just using: ```js busboy.end(req.rawBody); ``` so you'd use that instead of:...

If you can provide a minimal reproduction against the current master branch, let me know.