XUpload - Extra File Upload Form

Message
Author
LeslieTP
Posts: 2
Joined: Oct 04, 2008 1:40 am

Extra File Upload Form

#1 Postby LeslieTP » Oct 04, 2008 1:42 am

I installed XUpload Pro, and when I add a file into the file upload form, it creates another file upload form field on the page... has anyone ever seen this problem? Thanks.

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

#2 Postby PilgrimX182 » Oct 06, 2008 10:13 am

Give me a screenshot plz.

LeslieTP
Posts: 2
Joined: Oct 04, 2008 1:40 am

Never mind... I fixed it. It was a .css problem.

#3 Postby LeslieTP » Oct 06, 2008 12:21 pm

PilgrimX182 wrote:Give me a screenshot plz.

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

#4 Postby PilgrimX182 » Oct 06, 2008 12:36 pm

Try this: in xupload.js replace

Code: Select all

this.style.left = '-1000px';
with

Code: Select all

this.style.left = '-9999px';