Loading...
 
Skip to main content

Features / Usability


Limited Upload Size of file

posts: 2

Hi folks,
when I upload a file bigger than approx. 3MB to the file gallery, it will be not uploaded. There is no error message.
Is the upload size of a file limited?
If yes, where can I set the value?

Cheers,
Rasimodo

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


posts: 2

Thanks for your hint,

I found to entries in php.ini where you can adapt the amount of upload MB. But you have to change both entries.


Cheers,
Rasimodo