[
https://issues.apache.org/jira/browse/CB-9840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15046542#comment-15046542
]
ASF GitHub Bot commented on CB-9840:
------------------------------------
Github user daserge commented on a diff in the pull request:
https://github.com/apache/cordova-labs/pull/10#discussion_r46923612
--- Diff: server.js ---
@@ -78,6 +90,17 @@ http.createServer(function (req, res) {
res.end("\n");
});
}
+ } else if (req.url == '/upload_non_utf' && req.method.toLowerCase() ==
'post') {
+ var form = new formidable.IncomingForm();
--- End diff --
Yes, and it should be changed in
https://issues.apache.org/jira/browse/CB-10080
> Fallback file-transfer uploadResponse encoding to latin1 in case not encoded
> with UTF-8 on iOS
> ----------------------------------------------------------------------------------------------
>
> Key: CB-9840
> URL: https://issues.apache.org/jira/browse/CB-9840
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin File Transfer
> Reporter: Sergey Shakhnazarov
> Assignee: Sergey Shakhnazarov
> Priority: Minor
> Labels: ios
>
> Otherwise the response is empty in the current version.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]