Re: [AOLSERVER] Max file size upload

2004-10-27 Thread Dossy Shiobara
On 2004.10.27, Bernd Eidenschink [EMAIL PROTECTED] wrote: in the context of Khy's question: Is it safe to say: Always set both maxpost and maxinput to the same values? Or else there are any side effects...? Is maxpost still relevant? It's still in the code, but in what way does it affect

Re: [AOLSERVER] Max file size upload

2004-10-25 Thread Dossy Shiobara
On 2004.10.25, HUANG,KHY LY [EMAIL PROTECTED] wrote: Is there a max file size post for multipart/form-data? When I tried to post a file larger than 2MB I get the error The document contains no data. I tested the post of aolserver 3.x and it works. Please advise. Thanks. The answer is

Re: [AOLSERVER] Max file size upload

2004-10-25 Thread Rob Crittenden
You need to set maxinput in the nssock module in your config file. Something like: ns_section ns/server/${servername}/module/nssock ns_param port$httpport ns_param hostname$hostname ns_param address $address ns_param maxinput[expr 5*1024*1024] Note that

Re: [AOLSERVER] Max file size upload

2004-10-25 Thread HUANG,KHY LY
Hi, I tested it Aolserver 4.05 and 4.07 and there is a limit w/ nssock. Uploading small files ( 1 MB) worked, but when trying upload a 2 MB files it would fail. I added the maxinput on the nssock section with 10 MB and it works now. Thanks for all the posted solutions. Regards, Khy Quoting