I have a strange bug: My form contains 34 -file-upload inputs, but just a view are required. On my test-server all works fine - i can upload 34 files.
But on my live-server, the last 14 uploads will be ignored. No fileupload. If the first 20 files are not selected and i choose a file on upload-input number 21 a.s.o. no file is upload. All selected files are ignored after pos. 20.
Is there a know solution for this? Maybe an php.ini - setting? Any idea?
Thanks for help!
Markus