rejetto forum

max file size

Guest · 4 · 3648

0 Members and 1 Guest are viewing this topic.

Anthony

  • Guest
Plz Work on it to suport php! I need it bad so i can make a upload script with max file size

Or is there a way to set the max size or files uploaded?

If so plz email me at pokedome@gmail.com if you have any ideas on how to set max file size!


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
Plz Work on it to suport php! I need it bad so i can make a upload script with max file size

php support for just that would be overkill.
put this in your event scripts file.
the "1000" stands for 1 Megabyte.

Code: [Select]
[upload completed]
{.if| {. %item-size-kb% > 1000 .} | {:
{.delete|%item-resource%.}
:}.}

untested!


Anthony

  • Guest
OK but I use the main version so I guess I got to go get a beta version!


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
i assumed it because you initially posted in the beta forum ;)