GitHub user diegofuks opened a pull request:

    https://github.com/apache/cordova-plugin-file-transfer/pull/189

    C# receive file from FileTransfer

    Hi, what's the best way to receive the file from FileTransfer using C# 
RestFul service and save to the server?
    I've tried to implement like this:
    
    public string UploadFile(Stream stream)
            {
    
    but the stream wont contain the filename and cant I need to know the file 
extension at least.
    thanks!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/cordova-plugin-file-transfer 1.6.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-file-transfer/pull/189.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #189
    
----
commit aff59302bbd1a003ef5736312347c9d27e57e367
Author: Shazron Abdullah <shaz...@apache.org>
Date:   2016-12-11T20:47:34Z

    CB-12236 - Fixed RELEASENOTES for cordova-plugin-file-transfer

commit 1774f623beafe87e149078d653e0b100fedea34b
Author: Shazron Abdullah <shaz...@apache.org>
Date:   2016-12-08T00:55:07Z

    CB-12224 Incremented plugin version.

commit 77b85904e530593d8c4569ab423fafa8c33d34eb
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2016-12-09T10:26:57Z

    CB-12230 Removed Windows 8.1 build badges

commit 3d1c258c6738439cfe837785fc80badb28752550
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2017-01-18T10:30:52Z

    CB-12363 Added build badges for iOS 9.3 and 10.0

commit 4c9f1e557fbc26e7f5b393a290d053fb899b9b81
Author: daserge <v-ses...@microsoft.com>
Date:   2017-01-18T16:25:45Z

    CB-12353 Corrected merges usage in plugin.xml

commit 1ae20e1231c85671c11f945111ab3fba9945f55c
Author: Nikita Matrosov <v-nim...@microsoft.com>
Date:   2017-01-19T13:07:53Z

    CB-12369: Add plugin typings from DefinitelyTyped
    
     This closes #173

commit 70e573ef9cbe4b951d51cc5ab7cc472cc0d10e38
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2017-02-09T10:23:54Z

    CB-12439 (Tests) Temporarily disable tests that use fileserver on CI

commit a176eff1908ad85cced9d4ec10f2e5accbe4ddc9
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2017-02-17T15:52:44Z

    CB-12439 (Tests) Re-enable the tests
    
    * This is a part of file transfer CI builds being transferred to Sauce Labs 
emulators
    * Some tests now retry up to 100 times due to Heroku server being unstable
    * Now using '/upload_headers_echo' of the FT server instead of 
whatheaders.com which is down

commit cbb512b6b8b86d46090ecacf2a877bf2194a3134
Author: Steve Gill <stevengil...@gmail.com>
Date:   2017-03-01T01:41:26Z

    CB-12519 Updated version and RELEASENOTES.md for release 1.6.2

commit 50c2e8195006e07aa485bb2221990446b2e93997
Author: Steve Gill <stevengil...@gmail.com>
Date:   2017-03-03T22:04:17Z

    CB-12519 fixed issue with tests/plugin.xml

commit f32feaa281946c332e89de9359bbd26332e3c49d
Author: filmaj <maj....@gmail.com>
Date:   2017-04-27T19:40:28Z

    Merge branch 'master' into 1.6.x

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to