I'm trying to upload a 2.5 MB file to AOLserver 4 (downloaded from the SourceForge page). OS=Debian Linux.
When I click 'Upload' on my form, the browser spins for a while, but my ACTION page never gets loaded and the browser eventually reports a 'Document contained no data' or 'Error loading page'. I've tried multiple browsers (IE, Mozilla, Safari). My file doesn't get uploaded and no errors occur in the error log.
Sorry... I figured out the problem. I was using AOLserver from CVS from the tip of the aolserver_v40_bp branch, which has this change in it:
http://cvs.sourceforge.net/viewcvs.py/aolserver/aolserver/nsd/ driver.c?r1=1.17&r2=1.17.2.1
It basically adds a parameter 'maxinput' inside
ns/server/${servername}/module/nssock. The default of this parameter is
1 MB, so uploads above that size silently fail. Editing this parameter
fixes my problem.I incorrectly thought that the problem also existed in 3.5.6 and the 4.0 release because my CVS libnsd.so was in the my LD_LIBRARY_PATH and so was getting read instead of the appropriate libnsd.so.
Vinod
-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
