GitHub user agrieve opened a pull request:

    https://github.com/apache/incubator-cordova-android/pull/33

    Adds FileTransfer support for upload headers.

    Impl for JS change: https://github.com/apache/incubator-cordova-js/pull/20

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

    $ git pull https://github.com/agrieve/incubator-cordova-android issue765

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

    https://github.com/apache/incubator-cordova-android/pull/33.patch

----
commit f9bd391c9ef134bf349db652a23ac08ce27558f0
Author: Andrew Grieve <[email protected]>
Date:   2012-07-16T10:26:40-07:00

    Adds FileTransfer support for upload headers.
    
    -Support previously existed via options.params.headers. This CL
    deprecates this (undocumented) way of adding headers and adds support
    for options.headers.
    -This also adds support for multiple headers via:
        options.headers = {"Name": ["Value1", "Value2"]}.

----

Reply via email to