I am working in chrome v. 12.
I have a jquery call which creates an iframe
$(document).ready(function(){
$('<iframe />').appendTo('body').attr({'id': 'iframeUploader', 'name':'iframeUploader'}).hide();
});
when I use a form to upload, chrome opens a new window instead of targetting the iframe
<form id="form1" name="form1" enctype="multipart/form-data" method="post" action="upload.php?productID=1074" target="iframeUploader">
Can anyone spot what I am doing wrong? I'm pulling my hair out!
Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…