Hi,
I'm trying to set up a wiki accepting large file uploads (up to 50MB) but for some reason I can't upload anything larger than ~8MB: after I click the upload button it waits a few seconds and just displays the empty upload form again. Does this sound like a MediaWiki problem? I'd be grateful for any hints..
Apache config: LimitRequestBody 0 (=unlimited) php.ini: upload_max_filesize = 50M LocalSettings.php: $wgUploadSizeWarning = 52428800
Thanks, Stanislav Traykov
On 7/14/05, Stanislav Traykov st@gmuf.com wrote:
php.ini: upload_max_filesize = 50M
Make sure your post_max_size is greater than upload_max_filesize.
http://docs.php.net/en/ini.html#ini.post-max-size
Cheers, David Iberri
David Iberri wrote:
On 7/14/05, Stanislav Traykov st@gmuf.com wrote:
php.ini: upload_max_filesize = 50M
Make sure your post_max_size is greater than upload_max_filesize.
Doh -- this solved it. Thanks!
Stanislav
wikitech-l@lists.wikimedia.org