Translations of this page?:

アップロードの最大サイズ

:?: 最大ファイルアップロードサイズ(現在2Mバイト)を増やす簡単な方法はありますか?

:!: ファイルのアップロードサイズは、PHPの設定で制限されています。php.ini内のupload_max_filesizeパラメーターに記述されています。インストールしたディレクトリにある.htaccessというファイルに次の2つの行を追加しても増やすことができます。

php_value upload_max_filesize 15M
php_value post_max_size 15M

Maximum Upload File Size

:?: Is there an easy way to increase the maximum file upload size (currently 2 megabytes)?

:!: The file upload size is limited in your PHP configuration php.ini with the parameter upload_max_filesize. or append the following two lines to .htaccess in the installed directory:

php_value upload_max_filesize 15M
php_value post_max_size 15M

Note: Red Hat ES users will also want to check (and probably increase) LimitRequestBody in /etc/httpd/conf.d/php.conf, which is set by default to a fairly low value. This directive specifies the number of bytes from 0 (meaning unlimited) to 2147483647 (2GB) that are allowed in a request body.

翻訳について

オリジナル文書のリビジョン

このページはMaximum Upload File Sizeの2007/01/03 10:45に更新されたリビジョンを元に翻訳しています。オリジナル文書の新しい更新に気づいた方は、差分を参照してアップデートしてください。

Original English revision: Maximum Upload File Size –2007/01/03 10:45

Please update this translation, if you notice the change in original English version.

翻訳者

翻訳を更新したら以下に日付つきの署名を追加してください。

Add your signature here if you created, translated or modified whole or part of this page.

査読者

マニュアル翻訳の品質向上のために査読(翻訳チェック)にご協力ください。誤字、脱字、訳抜け、わかりにくい訳語などの修正、技術的な観点からのブラッシュアップなど、お気づきの点がありましたらどんどん修正してください。査読を完了したら以下に日付つきの署名を追加してください。

To improve the quality of manual translation, please check this translation. Add your signature here if you improved this translation.

 
ja/faq/uploadsize.txt · Last modified: 2008/06/13 08:45 by denden
 

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported

Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsTranslate