I have an IE specific problem. It happens in the latest version of IE as well as former versions. I have an input file inside a form. Now, that form, is not the form which this input belongs to because I'm using a different form (attached to the body) as the form for the input file so I could send it. I set the "form" attribute for that input. I don't see the file being sent. The content-Length is small (49). I compared it to chrom or FF and it works fine. I'm getting that specific form in my JS code and then submitting it.
Has anybody encountered this situation? It seems that even though I'm setting the form id to the input, it doesn't work.