Giter Site home page Giter Site logo

Comments (9)

dougwilson avatar dougwilson commented on April 16, 2024

You need to get it fixed in the qs module, sorry :(

from body-parser.

callmewa avatar callmewa commented on April 16, 2024

Wait this works if I use the raw qs module

req.body = qs.parse(data);

I do get

{ 'a[]': [ '1', '', '3' ] }

from body-parser.

dougwilson avatar dougwilson commented on April 16, 2024

We do use qs.parse: https://github.com/expressjs/body-parser/blob/master/index.js#L96

from body-parser.

dougwilson avatar dougwilson commented on April 16, 2024

Wait this works if I use the raw qs module

What version of the qs module are you using?

from body-parser.

callmewa avatar callmewa commented on April 16, 2024

my node version is v0.10.22. i am using the node built in qs ... i think that's the difference
http://nodejs.org/api/querystring.html

var qs = require('querystring');

from body-parser.

dougwilson avatar dougwilson commented on April 16, 2024

Yes, the querystring module is completely different from the qs module. There will soon be an option to let you choose. Follow issue #19

from body-parser.

callmewa avatar callmewa commented on April 16, 2024

Ok sounds great.

from body-parser.

dougwilson avatar dougwilson commented on April 16, 2024

@callmewa and also, now that I know people want it besides me, I'll try to plop it out this weekend. I'll try to remember to keep you posted.

from body-parser.

callmewa avatar callmewa commented on April 16, 2024

Thanks!

from body-parser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.