Author Topic: Upload Limit  (Read 15414 times)

0 Members and 1 Guest are viewing this topic.

Offline max.cady

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: Upload Limit
« Reply #15 on: May 13, 2006, 12:58:03 PM »
Quote
Ich glaube jetzt mal, dass man es in PHP-Code packen kann, aber .htaccess?

Ja, müßte gehen
http://lists.evolt.org/archive/Week-of-Mon-20020218/103339.html

Quote
if you are allowed to do settings from .htaccess, thats a good place,
just put this in a .htaccess in the folder:

php_value upload_max_filesize {new_bytes_max}

Offline Fireball22

  • Full Member
  • ***
  • Posts: 187
    • View Profile
Re: Upload Limit
« Reply #16 on: May 13, 2006, 01:27:27 PM »
Sehr interessant, muss ich naher wirklich dann gleihc mal ausprobieren, aber:

Quote
Aber es gibt auch nachteile bei dieser Methode!
Es wären beispielsweise keine Fehlerdokumente möglich, bei Überschreitung und ein MySQL-Eintrag wird trotzdem angelegt, also wäre dass das totale Chaos.

Fireball22