I have a simple file upload routine, and if I try to upload a file that is over 500k the upload fails. I get a bad post error or something like that. If the file size is under the 500k size, everything works just fine.
I set upload and max file size php.ini settings to 8M, and the html file size limit is set to 10000000 = 10M. So I don't know what could be the problem.
The code works on my Windows box, but I move it to my Linux box (Mandrake 9.1 - latest PHP) and it doesn't work.
Thanks, Eric