I am trying to get the status bar to load in the same page as the upload_form.htm using an IFRAME. I have it working fine in IE, but not in Firefox or Opera
here is the js code to launch the IFRAME
window.frames.upload1.location.replace('/cgi-bin/upload_status.cgi?upload_id='+UID);
and here is the code for the IFRAME
<iframe name="upload1" src="about:blank" id="upload1" frameborder=0 height="240" width="320"></iframe>
I am using the free version, planning on upgrading to the paid version if I can get this to work. Any suggestions on how to get this working in FF or Opera?
XUpload - status bar in an IFRAME
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm