> Hi
> For one of my project I have to set <multipart-form enable='true'
> upload-max='300M'/>
> 
> I guess this is a security problem, and I would rather let it to 100K
> except for the application administrator session where I would set
> dynamically to 300M.


Riccardo are you using a JSP to process the file?  If so, according to this:


https://www.gopay.com.cn/resin-doc/config/webapp.xtp#multipart-form

you can set a request attribute at run time,
caucho.multipart.form.upload-max to override the maximum file size.

Aaron




_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to