In Internet Explorer 8 once you select a file and click into the Description box, a second browse control is added along with another description box.
This happens in the demo here as well.
http://www.sibsoft.net/upload_form_pro.html
I realize IE 8 is not fully released but some of my users got it pushed to them during their Windows update and are now having this issue.
Any help would be appreciated.
Thanks.
XUpload - Internet Explorer 8 - Additional Popup Browse Controls - XUp
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Hmm...try this: in xupload.js after line
add this:
Code: Select all
this.style.left = '-9000px';
Code: Select all
this.style.display = 'none';
My unaltered 'xupload.js' file contained the following:PilgrimX182 wrote:Hmm...try this: in xupload.js after lineadd this:Code: Select all
this.style.left = '-9000px';
Code: Select all
this.style.display = 'none';
Code: Select all
this.style.left = '-1000px';
Code: Select all
this.style.left = '-9000px';