Hello,
When I send The Large File By Using Post Request The System Shows The Exception is
java.lang.IllegalStateException: Form too large1105723>200000
at org.mortbay.jetty.Request.extractParameters(Request.java:1404)
at org.mortbay.jetty.Request.getParameter(Request.java:749)......
When I Search Help For This In Google They Give Some Help i.e
webappcontext.setMaxFormContentSize(5000000);
I am Using This code but The Problem Is Not Solved Please Give Me Some Help
And Also I am Use The Code jettyServer.setAttribute("org.mortbay.jetty.Request.maxFormContentSize", 5000000);
But No Result Please Give Me Some Help
Note:-I am Using Server Jetty-6.1.0 And I am Writing Code In Java