1
Gestione documenti e download / Re: ... Upload-Max Filesize is larger than PHP maximum: 2M
« il: 26 Ott 2007, 10:05:17 »
Qui puoi trovare la soluzione
http://www.icosaedro.it/articoli/php-file-upload.html
http://wiki.typo3.org/index.php/How_to_upload_big_files
Se usi apache devi anche inserire nel file php.conf le seguenti specifiche
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 250000000
</Files>
Ciao
http://www.icosaedro.it/articoli/php-file-upload.html
http://wiki.typo3.org/index.php/How_to_upload_big_files
Se usi apache devi anche inserire nel file php.conf le seguenti specifiche
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 250000000
</Files>
Ciao