I have a 1MB file to upload and the following is set and I get an exception. I think it is my buffer size and or the autoFlush setting.
currently:
<%@ page errorPage="error.jsp" buffer="500kb" autoFlush="false" %>
I tried to set the buffer to 2000KB but no luk. Any ideas?
Thanks