pukiwikiを使う際のPHP tips

| No Comments | No TrackBacks



添付ファイルのサイズ上限変更


pukiwikiで添付ファイルのサイズ上限を変更するときに設定するのは,pukiwiki/plugin/attach.ini.phpの



ini_set('upload_max_filesize', '2M')
define('PLUGIN_ATTACH_MAX_FILESIZE', (1024 * 1024));

とphp.iniの



upload_max_filesize = 2M

がよく解説されているが,php.iniの



post_max_size = 8M

こいつも,上限に引っかかるとアップロードできないので注意が必要。


No TrackBacks

TrackBack URL: http://mirahouse.jp/mtos/mt-tb.cgi/729

Leave a comment

About this Entry

This page contains a single entry by rnaito published on February 18, 2007 8:09 PM.

OpenBlocks266にSSDLinuxをインストールする。 was the previous entry in this blog.

三ノ宮 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.