I have a page of about thirty items, each with a file upload field. It worked fine with fewer items, but now some of the post vars aren't getting submitted and arrays only have one item in them (there should be one element for each item). Even if no files are uploaded it still does this. It works fine again if the file upload fields are removed.
Any idea what the problem is? I'm not sure if it's a PHP or a browser issue (MSIE 5.5).