diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/webbox.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/html/webbox.js b/html/webbox.js index 2b70292..faa2bb2 100644 --- a/html/webbox.js +++ b/html/webbox.js @@ -299,6 +299,7 @@ function download(filename) {  			xhr.open("POST", "/bin/query" + currentDir + "?command=download-zip", true);  			xhr.setRequestHeader("Content-type", "text/xml"); +			xhr.responseType = 'blob';  			xhr.send(xmlDocument);  		}  	} else { | 
