diff --git a/Resources/public/module/async_upload/downloader.js b/Resources/public/module/async_upload/downloader.js index 6783d1fe9..10f03b6ad 100644 --- a/Resources/public/module/async_upload/downloader.js +++ b/Resources/public/module/async_upload/downloader.js @@ -78,6 +78,7 @@ var download = (button) => { } } button.removeEventListener('click', onClick); + button.click(); }) .catch(error => { console.log(error);