ActionsLike0
Feature #8370
closedConstants MAX_MULTIPART_LENGTH in cgi/core.rb
Description
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.rbThe 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
Added by Takeyuki FUJIOKA almost 11 years ago
ActionsLike0
max_multipart_length of multipart data.
[Feature #8370] patch by Leif Eriksen leif.eriksen.au@gmail.com
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e