If this pull request is any indication (https://github.com/senchalabs/connect/pull/786), multiparty would be trivial to switch to and backward compatibility is just a matter of changing a property name of each file from "originalFilename" to "name" to match the current setup.
On Friday, 6 September, 2013 at 8:52 PM, tjholowaychuk wrote: > I'd be down with swapping out formidable, but we'll have to do a major bump > for the API change, and I'm willing to bet knox > doesn't work well with back-pressure so we may want to look into that first, > exploding processes is worse than annoying tmpfiles. > > On Friday, 6 September 2013 20:46:54 UTC-7, Stephen Belanger wrote: > > As TJ said, this has already been brought up several times. There is > > ongoing discussion here; > > > > https://github.com/visionmedia/express/issues/1673 > > https://github.com/senchalabs/connect/issues/871 > > > > > > On Friday, 6 September, 2013 at 4:25 PM, Andrew Kelley wrote: > > > > > http://andrewkelley.me/post/do-not-use-bodyparser-with-express-js.html > > > > > > in short, every post endpoint in which you use bodyParser is vulnerable > > > to an attack which can fill up your hard drive with temp files. > > > > > > -- > > > -- > > > Job Board: http://jobs.nodejs.org/ > > > Posting guidelines: > > > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > > You received this message because you are subscribed to the Google > > > Groups "nodejs" group. > > > To post to this group, send email to [email protected] (javascript:) > > > To unsubscribe from this group, send email to > > > [email protected] (javascript:) > > > For more options, visit this group at > > > http://groups.google.com/group/nodejs?hl=en?hl=en > > > > > > --- > > > You received this message because you are subscribed to the Google Groups > > > "nodejs" group. > > > To unsubscribe from this group and stop receiving emails from it, send an > > > email to [email protected] (javascript:). > > > For more options, visit https://groups.google.com/groups/opt_out. > > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > (mailto:[email protected]) > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]) > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > (mailto:[email protected]). > For more options, visit https://groups.google.com/groups/opt_out. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
