Große Datei hochladen macht Probleme
-
Hallo zusammen,
Erst mal ein Dickes Lob an die Entwickler, die Sache mit den Templates ist extrem Hilfreich! Für mich wären nun noch die Objekte für die passive Verkablung sehr Hilfreich.
Aber da kann ich mir mit den Templates schon gut helfen.Nun zum Problem
Beim hochladen eine großen Datei bekomme ich folgende Meldung im error.log von Apache:
[Thu Aug 13 13:24:53 2009] [error] [client 127.0.0.1] PHP Warning: POST Content-Length of 33607543 bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer: http://localhost/index.php?viewMode=1002&objTypeID=29&mNavID=2&tvMode=1006&editMode=1&objID=114&catsID=19&subcatID=16
Kann mir jemand sagen wie ich diese Begrenzung von 8388608 B == 8 MB nach oben setzen kann?
Gruß
Kirsten
-
in der php.ini:
; Maximum allowed size for uploaded files.
upload_max_filesize = 8Mändern in zb.
; Maximum allowed size for uploaded files.
upload_max_filesize = 20MAbsolutes maximum ist soweit ich weiss 2048M (mehr ist vom Apache aus nicht vorgesehen)
-
Schau mal hier:
http://www.php.net/manual/de/features.file-upload.common-pitfalls.phpDu musst das Limit hochsetzen.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login