diff --git a/Resources/public/module/async_upload/downloader.js b/Resources/public/module/async_upload/downloader.js index cfeee5c37..deeb2828f 100644 --- a/Resources/public/module/async_upload/downloader.js +++ b/Resources/public/module/async_upload/downloader.js @@ -87,7 +87,7 @@ var download = (button) => { url = window.URL.createObjectURL(blob) ; button.href = url; - button.target = '_parent'; + button.target = '_blank'; button.type = mimeType; button.textContent = labelReady; if (hasFilename) {