File upload size limit: fileUploadMaxBytes problem

View: New views
1 Messages — Rating Filter:   Alert me  

File upload size limit: fileUploadMaxBytes problem

by Herman Bovens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

Thanks