Loading...
 
Features / Usability

Features / Usability


Re: Limited Upload Size of file

posts: 2881 United Kingdom

There are several places where a limit can be introduced:

MySQL database storage for the uploaded files: 1Mb can be changed through my.cnf

apache ))LimitRequestBody(( on redhat/fedora its set to around 500k

php, max_upload_size default is set to 2Mb. change in php.ini if your host allows

There are loads of posts already on this subject and loads of pages on tikiwiki.org with various solutions to the above limits.

Damian

There are no comments at this time.