apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
596 stars 887 forks source link

Master #147

Closed PaoloMessina closed 6 years ago

PaoloMessina commented 8 years ago

windows, android, ios new feature, download file in POST or GET and, if POST can passing data to server in json format.

PaoloMessina commented 8 years ago

I'm not able with travis, and how it work on test. Once installed the plugin work correctly, maybe can i fix something in thhis pull request to pass this test?

cordova-qa commented 8 years ago

Cordova CI Build has one or more failures.

Commit - Link Dashboard - Link

Builder Name Console Output Test Report Device Logs
Windows 8.1 Store Link Link Link
Windows 8.1 Phone Link Link Link
iOS Link Link Link
Android Mac Link Link Link
nikhilkh commented 8 years ago

There are some test failures as options might be undefined: http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/15/label=mac-slave,platformName=android/testReport/junit/cordova-plugin-file-transfer-tests.tests%20%3E%3E.FileTransfer.methods/download/filetransfer_spec_4_should_download_a_file/

nikhilkh commented 8 years ago

Please change the title of the pull request to something more meaningful. Rebase and squash all the commits and file a JIRA issue here talking about the feature and its purpose: https://issues.apache.org/jira/browse/CB/

maverickmishra commented 6 years ago

With the new features introduced in XMLHttpRequest, this plugin is not needed any more. Migrating from this plugin to using the new features of XMLHttpRequest, is explained in this Cordova blog post.