Hi,
I have a form with input type="file". On every browser it works fine, however on IE8 and older it just does not upload anything. If i leave the form empty, all other form data is being passed successfully, but if i select the file, there seems no data passed at all. If file is not selected, it shows me empty file input array (empty tmp_name, name, etc), but with selected file these is no any data, not from the other fields too. IE9 and other browsers works fine.
Thanks