I\'m doing an ajax style file upload by posting the file in a form to an iframe and noticed some weird behaviour in IE (seems to happen in both 6 & 8). Basically in IE t
Have you seen the markup creation improvements in jQuery 1.4?
If you find that nasty, try this:
$('', { name: frameName, src: 'about:blank' }).appendTo("body");