By: LambdaCore 21, Sven
Difficulty: Other
Exclusive models from Portal 2 - Educational Version, including the original instances

Exclusive models from Portal 2 - Educational Version, including the original instances

The file ccab.zip (.zip file) of size 0 MB must be a zip, rar, 7z, vpk, or bmz no larger than 200 MB.
followed by a "You have successfully uploaded your file! View it here"
I'll change it to be >= 0 for now, and see if that fixes the problem. Try again now.

This is what i get:**

It's complaining about the thumbnail because the file failed and it doesn't continue through the thumbnail processing. File error 1 means that the file is larger than php.ini's max filesize (which probably explains the error about size earlier). I'll talk to msleeper about upping that limit to 200 mb like it was.
EDIT: That won't work - you'll need to stick a .htaccess file in the folder containing the upload script with the lines
[code:1o7veejr]
php_value post_max_size 200M
php_value upload_max_filesize 200M
[/code:1o7veejr]
Betrayal at its finest
Pilchard123 wrote:
You know you can just set the max filesize for one script? Have a look into ini_set().EDIT: That won't work - you'll need to stick a .htaccess file in the folder containing the upload script with the lines
[code:3kleskon]
php_value post_max_size 200M
php_value upload_max_filesize 200M
[/code:3kleskon]
But that's not the problem - some users can upload files of any size, while others can't upload files of even 1mb. I'm fairly sure it's a permissions thing, but I have no idea why it works for some users but not others. The main problem is I can't reproduce it on my end, so I don't know where to begin debugging.
Idolon wrote:
I didn't upload Obelisk or Passage, they're both just workshop links.
It worked with Workshop-linking only, but I wanted to upload the non-PeTI edited original map (and the Contraption Cube files, too)
That means nobody can upload P2 Addons anymore
p0rtalplayer wrote:
Looking at it again, I can't reproduce the error you're getting
You can create a new test account without any special rights and try it again?