Limited Upload Size of file Posted by rasimodo 26 May 2004 10:15 GMT-0000 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
Posted by Damian Parker 26 May 2004 10:25 GMT-0000 posts: 2881 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
Posted by rasimodo 27 May 2004 09:45 GMT-0000 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