XUpload - Extra File Upload Form
Extra File Upload Form
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.
Never mind... I fixed it. It was a .css problem.
PilgrimX182 wrote:Give me a screenshot plz.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Try this: in xupload.js replace
with
Code: Select all
this.style.left = '-1000px';
Code: Select all
this.style.left = '-9999px';