Does anyone know of a real workaround to the "File Upload Mime headers garbled" that happens half the time when using an "input type=file" tag to upload images in Internet Explorer? (Or how about "Why does it only happen every other time I submit the form?")
This problem is not related to "using an image as the submit button" (although the purpose of the form is to upload an image), and I won't be able to upload images at all if I "delete the multipart encoding type from the form tag"... but these are the only two commentaries I've seen about the problem on the web.
Although I've read that this was a PHP bug, this doesn't SEEM to be true; after all, it only happens when using Internet Explorer.