Hi,
This is my first post here and I am pleased to find a place dedicated to IIS AND PHP.
My problem is one that has been going around for a long time as far as I can see by doing searches on google. I have a Windows 2003 SP2 server with IIS 6 installed and PHP 5. All is working fine, DB access, etc.... Apart from uploading large files (that is > 1Mb).
I found several people always asking the same question and I think I might have tried all the possible answers to this problem.
I have done the following with no success:
- changed PHP.INI post_max_size and upload_max_filesize variables to higher values (20M in this case)
- edited MetaBase.xml and changed the AspMaxRequestEntityAllowed variable to accept 10Mb (I think this variable is only for ASP though), added another variable MaxRequestEntityAllowed also set to 10Mb
Despite any server restart, IIS reset, server-kicking, nothing works. Any File can be uploaded without a problem as long as they are less than 1Mb. Past that size, FireFox displays "The connection was reset" and IE displays "The page cannot be displayed" straight after hitting the submit button (browsers don't even try to think)
I repeat once again that my forms and everything else works fine as long as the file being uploaded is less than 1Mb. I have the exact same script on our beta server running Windows 2000 and IIS 5 and everything work as it should.
I am not trying to point a dirty finger at anybody but this is a frustrating problem that just does not seem to have a solution. If any MS guru is around or if anybody sorted this issue, I would like some pointers.
Thanks for reading, Alex