Max file size limit to be uploaded

I want to know that the technical limitions of how big the file can be uploaded to a server through a jsp page and how it's done.It there any way to change the max size.
[177 byte] By [153538a] at [2007-11-27 3:47:49]
# 1
The technical limitation of the size is 2TB (actually 2TB - 1B). That is the same as the maximum value of the int datatype.Changing the maximum size depends on the implementation. With the popular Apache Commons FileUpload it can be done using filter settings in web.xml.
BalusCa at 2007-7-12 8:51:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...