Forum .LRN Q&A: Re: Problems uploading files in File Storage and LORS

Collapse
Posted by Gustaf Neumann on
"maxinput" is the configure parameter up to aolserver 4.0.*. Aolserver 4.5 has maxupload.

Add the following snippet to the end of your config file to make it work on aolserver 4.0 and 4.5

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

best regards
-gustaf neumann

Collapse
Posted by Semantic Italy on
It worked!
Thank you very much.
Roberto