Hi there,
I have just installed from scratch a server that is running Redhat 8, Mysql and an Apache webserver with php 4.2.2 and everything works perfectly... almost :-)
The problem that I have is that even though I have set the file_uploads, upload_max_filesize and post_max_size directives to 10M in the php.ini file, (and I see them when I do a phpinfo()) I still cannot upload a file larger than 500kb.
When I try I do not get any type of error at all just a 'page cannot be displayed' message or what seems to be a server not found or a DNS error.
If the file is less than 500kb everthing works perfectly. I am using identical code to that found in the manual.
Are there some other settings in the httpd.conf file or somewhere alse that limit the max post size?
I am using IE6, working on a local server so there should be no connection speed problems.
Thanks for your help.
Dave