|
Created an attachment (id=17461)
total variable type changed from int to long Here is a patch that that resolves the limitation (I think). This patch simply (In reply to comment #1)
> It's not quite that simple. The content length provided by the container (either > servlet or portlet) is also an integer, so there is a limitation in the > containers themselves. (See Request.getContentLength and > ActionRequest.getContentLength.) Wow, I guess I never noticed that that Request.getContentLength returns an
Henri Yandell made changes - 16/May/06 10:05 AM
Henri Yandell made changes - 16/May/06 11:35 AM
Henri Yandell made changes - 16/May/06 12:06 PM
1.2 allows to set the limit to -1 (aka no limit), in which case the file size is unlimited.
Jochen Wiedmann made changes - 04/Aug/06 08:40 PM
Henri Yandell made changes - 09/Mar/07 08:32 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
servlet or portlet) is also an integer, so there is a limitation in the
containers themselves. (See Request.getContentLength and
ActionRequest.getContentLength.)