You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/09/20 14:41:05 UTC

[GitHub] [commons-fileupload] codecracker2014 opened a new pull request #21: Adding capability to take max upload size per request.

codecracker2014 opened a new pull request #21: Adding capability to take max upload size per request.
URL: https://github.com/apache/commons-fileupload/pull/21
 
 
   As of now FileUploadBase has sizeMax which is global for all uploads, in many cases it is required to calculate this limit based on request.
   
   https://stackoverflow.com/questions/16585866/changing-file-size-limit-maxuploadsize-depending-on-the-controller

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services