Forum .LRN Q&A: Re: File-Storage: Upload larger 1meg

Collapse
Posted by Claudio Pasolini on
Did you check your config.tcl?

ns_param maxinput [expr 20 * 1024 * 1024] ;# Maximum File Size for uploads in bytes

Collapse
Posted by Christian Fuchs on
Thank you, we found the problem.