GitHub user rsweny opened a pull request: https://github.com/apache/incubator-cordova-blackberry-webworks/pull/7
Update framework/ext/src/org/apache/cordova/http/FileUploader.java fix for multipart upload syntax. Amazon s3 rejects calls with this bug of an extra line end. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsweny/incubator-cordova-blackberry-webworks patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-blackberry-webworks/pull/7.patch ---- commit a2af35029617469d6e4a72fc7eb9a973b63c0d4e Author: Ryan Sweny <rsw...@motekmobile.com> Date: 2012-09-12T13:57:23-07:00 Update framework/ext/src/org/apache/cordova/http/FileUploader.java fix for multipart upload syntax. Amazon s3 rejects calls with this bug of an extra line end. ----