I've run into a problem that I've never seen before and can't seem to find an answer to. I have a website that users will use to upload documents. The website is on one server, but there are two addresses to access the website. One is a non-secure website for internal users, the other is a secure site that requires a client certificate for external users, and transfers data using SSL.
The form I am using uses enctype="multipart/form-data". One the internal website, users can upload files up to 2M (which is defined in the PHP.INI file). Internally it works great. When you go to the external server and upload files, you can only upload files up to 46k in size. I experimented, and that seems to be the magic number. 47k files and up don't kill to form, it just doesn't do anything. The form submits and doesn't reutnr anythign at all, just a blank screen.
I've never seen that before, and I haven't found anything about it yet. Just though I'd throw this out there in case anyone has any ideas or has seen it before.
Last edited by ccarter24 on Mon Feb 27, 2006 8:29 pm; edited 2 times in total
The form I am using uses enctype="multipart/form-data". One the internal website, users can upload files up to 2M (which is defined in the PHP.INI file). Internally it works great. When you go to the external server and upload files, you can only upload files up to 46k in size. I experimented, and that seems to be the magic number. 47k files and up don't kill to form, it just doesn't do anything. The form submits and doesn't reutnr anythign at all, just a blank screen.
I've never seen that before, and I haven't found anything about it yet. Just though I'd throw this out there in case anyone has any ideas or has seen it before.
Last edited by ccarter24 on Mon Feb 27, 2006 8:29 pm; edited 2 times in total
