I want to limit the upload file size for avoid
that the users can upload very big files.
I know that I can limit that from OpenACS but
I want to limit at AOLserver level. I would like
abort one upload connection if that is bigger
that one parameter.
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.
Otherwise, you might check at aolserver.com (and post your findings here for others, please.)