Re: PHP Download Limitation 2MB
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: PHP Download Limitation 2MB

From: Alvaro G Vicario <alvaro_QUITAR_REMOVE@telecomputeronline.com>
Date: Fri Jul 01 2005 - 10:28:51 CEST

*** 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
--
Received on Mon Oct 17 21:00:20 2005