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

Added updatePosition method #107

Closed vovayatsyuk closed 9 years ago

vovayatsyuk commented 9 years ago

It may be used, when form uses dynamic layout and upload button changes position when user interacts with form. (In case if invisible button starts to cover other form elements). #105

LPology commented 9 years ago

Just merged your PR. Thanks for your input.