Hi,
I have the following problem with the fileUploadMaxBytes servlet parameter, which exists to limit the maximum size for uploaded files.
I have different upload functions which need different limits.
Therefore I would like to be able to set this parameter programmatically when the page that displays the upload link is loaded.
Is there a way to do this? Is there perhaps a general way to override servlet parameters programmatically?