Hi.
I'm using a script for my filesharing site. In this script there is a maximum upload size on 500MB for premium users and I want that limit higher.
As the error in my admin panel says I should adjust it in the php.ini file I thought it would work. But it didn't.
My php.ini looks like this:
upload_max_filesize = "500M"
post_max_size = "500M"
that's pretty much everything it says.
Anyone got a clue on how to higher this limit?