[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[#63391] Access Modifiers (Internal Interfaces) — Daniel da Silva Ferreira <danieldasilvaferreira@...>
Hi,
3 messages
2014/06/28
[ruby-core:62995] [ruby-trunk - Feature #8370] Constants MAX_MULTIPART_LENGTH in cgi/core.rb
From:
nobu@...
Date:
2014-06-08 11:14:08 UTC
List:
ruby-core #62995
Issue #8370 has been updated by Nobuyoshi Nakada. Tracker changed from Bug to Feature Adding new methods is a feature request. ---------------------------------------- Feature #8370: Constants MAX_MULTIPART_LENGTH in cgi/core.rb https://bugs.ruby-lang.org/issues/8370#change-47084 * Author: Takeyuki FUJIOKA * Status: Open * Priority: Normal * Assignee: Takeyuki FUJIOKA * Category: lib * Target version: current: 2.2.0 ---------------------------------------- Reported by Andreas Kraus via gmail. > hi xibbar, > > I try to understand why the `MAX_MULTIPART_LENGTH` is a Constant and i can't change it. > If i uload a Multipart file which is larger than 128 MB raise an error "too large multipart data.", > but why i can't change this value to upload larger files. > > The Constant comes with this Change: > https://github.com/ruby/ruby/commit/10e9b638069d9e40233242693814b86c672e423e#lib/cgi/core.rb > > The only sense i see, is that the Author of cgialt uses max 128MB files und build in this Constant ... > > I would like to know why this constant is in place and how to change it's behaviour. > My requirement is to upload files larger than the given limit of 128MB. > > regards, > Andreas -- https://bugs.ruby-lang.org/