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

Error in include template "/var/www/openacs/packages/openacs-bootstrap3-theme/resources/templates/packages/forums/lib/search/search-form": can't read "form:id": no such variable
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.