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 >> >> >> >> > > _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
