Forum OpenACS Q&A: Re: Limiting file upload size from aolserver

Collapse
Posted by Jose Agustin Lopez Bueno on
Hi!

Thanks for the quickly reply.

Ok. I have download nsd.h and  driver.c from cvs
and I have recompilate aolserver 4.

I have put the 'maxinput' parameter in config.tcl:

ns_section ns/server/${server}/module/nssock
ns_param  maxinput          5000000

And works fine!
Uploads bigger than maxinput are killed.

Regards,
Agustin