[TYPO3] [Typo3] File Upload Size

Vixs coolvixs at gmail.com
Mon Sep 25 04:09:57 CEST 2006


hi guys,

i managed to solve the problem. okay within your php.ini which is located
/etc/php.ini
tweak the value of

; Maximum allowed size for uploaded files.
upload_max_filesize = 40M (to whatever you prefer)

okay sometimes changing this value and restarting the httpd server won't
solve the problem. you also need to change the /etc/httpd/conf.d/php.conf

and tweak this value
<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
    LimitRequestBody 40000000 (by default this will be within the 500KB
range)
</Files>

and restart the web server and your should be able to upload files.

hope this solves the upload issue.

cheers...
vikash...



On 9/22/06, Neilson Ramalho <neilsoncarlos at hotmail.com> wrote:
>
>
> I have the same problem...
> and I´ve also configured my localconf.php with
> $TYPO3_CONF_VARS["BE"]["maxFileSize"] = '40000000';
> but it´s still not uploading files which size is greater than 500kb.
> Does anyone know what is wrong?
> Than you :)
> Neilson
>
>
> >From: Vixs <coolvixs at gmail.com>
> >Reply-To: TYPO3 English <typo3-english at lists.netfielders.de>
> >To: Typo3-english at lists.netfielders.de
> >Subject: Re: [Typo3] File Upload Size
> >Date: Mon, 12 Dec 2005 12:13:00 +1200
> >
> >Hi,
> >
> >when trying to upload files through File List, it only allows us to
> upload
> >only less than 500KB, whereas in my configs, we have specified 10MB and
> >also
> >in PHP.ini we have specificed 10MB. iam using Typo3 3.6.0.
> >
> >iam not sure what is going on. would greatly appreciate someone's help on
> >this.
> >
> >cheers...
> >vikash...
> >_______________________________________________
> >Typo3-english mailing list
> >Typo3-english at lists.netfielders.de
> >http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
> _________________________________________________________________
> MSN Messenger: converse com os seus amigos online.
> http://messenger.msn.com.br
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list