> Before I start to dig, does anybody know wether there is > a limitation somewhere in the config about size of the > uplading files in NS? In the AS 4.0 there wasn't IIRC.
ns_section "ns/server/${servername}"
ns_param maxpost 1024*1024*10 ;# 10 MB (default: 256k?)
there is a related param "maxinput"; they have subtle (minor) differences
as i heard from prior discussions (regarding content<->headers), but it should
be safe to set maxpost and maxinput to the same (high) values.
Regards,
Bernd.
