I have a simple HTML form, sending a post request to a php script. In IE8, the form only works intermittently - most of the time the PHP script sees an empty $_POST variable
If you are posting a file some of the time (i.e. with a file input) then make sure you set enctype="multipart/form-data" in your element.
enctype="multipart/form-data"