You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "szetszwo (via GitHub)" <gi...@apache.org> on 2023/06/07 05:01:32 UTC

[GitHub] [hadoop] szetszwo commented on a diff in pull request #5721: HDFS-17040 - WebHDFS UI should set content type to application/octet-stream when uploading a file

szetszwo commented on code in PR #5721:
URL: https://github.com/apache/hadoop/pull/5721#discussion_r1220851176


##########
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'

Review Comment:
   Question: Is this a js running in client browsers?  The change here is to change the `contentType` when uploading a file from a client browser to HDFS.  Is it correct?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org