|
Posted by Alvaro G Vicario on 07/01/05 11:28
*** Marcin Dobrucki wrote/escribió (Fri, 01 Jul 2005 07:17:24 GMT):
> php.ini -->
> ; Maximum allowed size for uploaded files.
> upload_max_filesize = 2M
Also, you need that the web server accepts uploads larger than 2MB. In
Apache that's controlled by the following directive:
<Files *.php>
LimitRequestBody 5242880
</Files>
See http://www.php.net/features.file-upload for further info.
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Navigation:
[Reply to this message]
|