XUpload - status bar in an IFRAME

Message
Author
orangemaze
Posts: 1
Joined: Jan 09, 2008 7:03 am

status bar in an IFRAME

#1 Postby orangemaze » Jan 09, 2008 7:11 am

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?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Jan 09, 2008 8:44 am

It's already done in Pro version, check out Pro demo.