[TYPO3] Standard process to increase file upload limit

Nagita Karunaratne Nagita.k at gmail.com
Sun Jan 13 11:46:28 CET 2008


Sascha Mantscheff wrote:
> This is not a problem of the upload file size but of the memory 
> available for PHP. Try to allow more memory for PHP.
> 
> s.m.
> 
> Nagita Karunaratne schrieb:
>> Hi,
>>
>> I have been doing this:
>>
>> 1) In PHP.ini:
>>
>> ;Maximum allowed size for uploaded files.
>> upload_max_filesize = 10M
>>
>> ; Maximum size of POST data that PHP will accept.
>> post_max_size = 8M
>>
>> 2) In the TYPO3 Installer:
>>
>> maxFileSize = 102400
>>

Thanks I set this in php.ini and it did the trick.

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

memory_limit = 200M


>> 3) Restart apache
>>
>>

>>
>>
> 
> 


More information about the TYPO3-english mailing list