HTML form file upload problems (again)
Posted by: pucepoi
Posted on: 2007-01-30 20:51:00
I'm trying to allow users to upload files via an HTML form to a php script. At the advice of this forum, I followed the instructions from the PHP.ini entry in the wiki to the letter, hopefully increasing the maximum upload size from 7MB to 20.
Unfortunately, it still doesn't seem to work -- the file upload fails at some point and the script returns an error. I don't know if this is because the php.ini fix isn't taking or there's a timeout or what. I know it's not a script bug because it works fine with small files. How should I proceed?