diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.js b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.js index ea8b0accbd..b005f22de7 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.js +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.js @@ -518,7 +518,8 @@ url: url, data: file.file, processData: false, - crossDomain: true + crossDomain: true, + contentType: 'application/octet-stream' }).always(function(data) { numCompleted++; if(numCompleted == files.length) {