I have one html form with large number of input type=file fields (48 of them, to be exact).
On my development server (Apache 1.3.12 on Red Hat Linux) everything is working ok, whether I post 1 of 48 or all 48 files, everything is working ok.
There is only only some php warning saying: PHP Warning: File Upload Mime headers garbled ptr: [
in Unknown on line 0
On target server (Apacne 1.3.19 on SunOS Solaris [2.7 ??]) this same form is not working, when I try to post form, instead of next php page, I get 'Page cannot be displayed'. When I have reduced number of file fields to 24, everything start to work ok. Problem is that my client requests 48 fields.
Is there any configuration switch or anything similair that could help me change this limit and solve my problem?