[
https://issues.apache.org/jira/browse/CB-11874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile closed CB-11874.
-----------------------------
Resolution: Won't Fix
The plugin has been deprecated and this won't be fixed.
Read the blog post about the alternatives
https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html
> useChunkedMode forced when uploading to https
> ---------------------------------------------
>
> Key: CB-11874
> URL: https://issues.apache.org/jira/browse/CB-11874
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-file-transfer (DEPRECATED)
> Environment: android
> Reporter: Mickael Magniez
> Priority: Major
>
> Hi,
> Since commit 9347606dd33fe07ea36799b4dd28804019c68835 resolving issue
> CB-10974, useChunkedMode is forced when uploading to https.
> This prevents uploading to amazon s3 using https.
> Before :
> {code}
> boolean useChunkedMode = chunkedMode && (Build.VERSION.SDK_INT <
> Build.VERSION_CODES.FROYO || useHttps);
> {code}
> After:
> {code}
> boolean useChunkedMode = chunkedMode || (Build.VERSION.SDK_INT <
> Build.VERSION_CODES.FROYO || useHttps);
> {code}
> Best regards
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]