I'm not 100% sure what to check for. Apache 2 documentation has options regarding LimitRequestBody (default 0 - means unlimited or 2G) which I do not have set.
The upload java client is freezing before handing off anything to the perl program.
This is the log from the java console on a large file:
Jul 21, 2010 6:37:31 AM jfileupload.transfer.client.http.HTTPUploadTransfer transfer
INFO: Upload (POST) started : C:\Users\someuser\Desktop\400Mfile.rar
network: Connecting
http://somehost:80/ with proxy=DIRECT
[client freezes]
This is the log from the java console with a small file:
Jul 21, 2010 6:40:10 AM jfileupload.transfer.client.http.HTTPUploadTransfer transfer
INFO: Upload (POST) started : C:\Users\someuser\Desktop\6Mfile.rar
network: Connecting
http://somehost:80/ with proxy=DIRECT
Jul 21, 2010 6:40:10 AM jfileupload.transfer.client.http.HTTPUploadTransfer transfer
INFO: Upload Status code = 200
Jul 21, 2010 6:40:10 AM org.apache.commons.httpclient.HttpMethodBase getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
Jul 21, 2010 6:40:10 AM jfileupload.transfer.client.http.HTTPUploadTransfer transfer
INFO: Upload completed
Jul 21, 2010 6:40:10 AM jfileupload.upload.client.MApplet post
INFO: Posting
network: Connecting
http://somehost/menu/index.html?
network: Connecting
http://somehost:80/ with proxy=DIRECT
network: Connecting
http://somehost/menu/index.html?
Jul 21, 2010 6:40:11 AM jfileupload.upload.client.MApplet redirect
INFO: Forwarding
basic: Starting applet teardown
basic: Finished applet teardown
basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@1107c05
basic: Plugin2ClassLoader.addURL parent called for
http://somehost/jclientupload/lib/jfileupload.jar
basic: Plugin2ClassLoader.addURL parent called for
http://somehost/jclientupload/lib/httpimpl.jar
basic: Plugin2ClassLoader.addURL parent called for
http://somehost/jclientupload/lib/chttpclient.jar
basic: Plugin2ClassLoader.addURL parent called for
http://somehost/jclientupload/lib/clogging.jar
.
.
.
.