Forum OpenACS Q&A: Re: AOLserver 4.5 upload file size limit

Collapse
Posted by Malte Sussdorff on
I totally forgot to mention that I changed this in teh config.tcl and wrote some code (already committed to HEAD) which sets the ns_limits accordingly.

if {[ns_info version] >= 4.5} {
ns_limits set default -maxupload [ns_config ns/server/wieners/module/nssock maxinput]
}