Closed chmorgan closed 10 years ago
Can you show your code?
I put together what I have here, https://github.com/chmorgan/connect-busboy-example
Maybe I'm misunderstanding how to even use an http post because the curl operation works but POSTMAN with raw text doesn't.
Tried using the example in the Readme, had to add some boilerplate, install express etc, but I'm seeing errors when posting:
It looks like req doesn't have a .busboy element. Tried with expressjs 3.x and 4.x.