hi, i am trying to use <iframe> to implement a asynchronous file upload. i created a <iframe> tag dynamically, and applied the 'src' and 'id' attribute, append it to document.body, then i use window.frame[id] to get a reference of that frame. but the body of the frame is empty, however, it...