Hi, I'm writing a web app in PHP that allows users to upload files via HTTP. The largest file I've been able to upload is just under 17 megs.
I would like to be able to upload bigger files, say 20 or 25 megs. Can I get a PHP upgrade in order to get more memory, or should I resort to a different...