Hi,
I got one file upload
Servlet. When I try to upload files of considerably large size, it gives me a blank page. What could be the problem?
We can handle this at the server side. But if some checks can be done before Form submission it would be better. Any suggestions would be of great help.
I found the same in some popular mail sites. Even though they offer upload in Mega Bytes when I tried to upload files of size in MB's say 2-5 MB (less than what they offer) I got a blank page.
As per RFC 1867 says:
If the INPUT tag includes the attribute MAXLENGTH, the user agent should consider its value to represent the maximum Content-Length (in bytes) which the server will accept for transferred files. What really this means? I think this is not implemented by most of the popular browsers.
Thanks in Advance
Chandrasekhar S.
Preparing for SCWCD...