LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Invisible button still present when upload button moves #105

Closed waveint closed 8 years ago

waveint commented 9 years ago

Firstly - Brilliant plugin.

However we have a slight issue. When we add dynamic fields to our form it appears an invisible button remains where the button was?

Any ideas?

vovayatsyuk commented 9 years ago

Hi,

I didn't found any public methods for this purpose.

But you can manually update invisible button position:

ss.copyLayout(document.getElementById('upload-btn'), uploader._input.parentNode);