Lucky
Mitglied
Registered: 18.10.2007
Contributions: 36
|
Title: RE: Upload bricht ab
wie hans3 schon geschrieben hat.
in der php.ini (etc/php4/apache2/)
bei php5 (etc/php5/apache2/)
die:
; Maximum size of POST data that PHP will accept.
post_max_size = 150M
; Maximum allowed size for uploaded files.
upload_max_filesize = 150M
memory_limit = 150M
danach auf shell einloggen und Apache Server neustarten mit
/etc/init.d/apache2 restart
dann sollte es gehen
_____________________ MfG
Lucky
|