Hi
I'll start by saying the only thing I know about servers is that we are using IIS and I'm not even sure of the version.. But I think this is a general question. We have a module which has anywhere from 50 to 100+ input type='file' objects ..
This worked fine on our old IIS server (on godaddy).. and it works fine in Apache and in Linux... and on the IIS server we had... then our host decided to upgrade and migrated us to a new server.. and guess what .. it no longer works..(no changes were made
in the programming.. just the hardware) we have tried increasing the MaxClientRequestBuffer to 20M but that had no effect... the screen will do 20 file loads.. but from there on the $_FILE array comes in empty.. so (just guessing) maybe the
buffer is full and won't take more "requests".. Like I said I really know nothing about the IIS server buffers and apparently neither does our host.. Does anyone have any idea what buffers we need to increase to allow the module to make
the multiple FILE calls or a clue as to what else might be the problem...
thansk