Folks, I am using com.google.gwt.user.client.ui.FormPanel to submi a multipart request
uploadForm.setEncoding(FormPanel.ENCODING_MULTIPART); uploadForm.setMethod(FormPanel.METHOD_POST); When the size of the file is above 4gb, we get a negative content length. Is this a known issue? What is the fix? Regards, Shrivallabh -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
