Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Не очищается file input после выбора файла #12

Open
arhimondr opened this issue Oct 8, 2014 · 0 comments
Open

Comments

@arhimondr
Copy link

Нету возможности выбрать один и тот же файл несколько раз под ряд.
Для себя я подправил следующим образом

//Selecting files in the dialog (input type="file")
              .bind('change', function () {
                _add(this.files ? this.files : this);
                angular.element(this).val('');
                //_add(this); //to check the download via iframe
              });

Если это не вылезет боком в общем случае, возможно стоит добавить в библиотеку

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant