GitHub user tony902304 opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/59
Fixed two bugs in CDVFileTransfer concerning file uploads. The first bug is in regards to line 129, where there is no default value set for fileKey when it is not specified. The second bug is in regards to the setting of the target and source values for the FileTransferDelegate. The values are switched leading to incorrect error messages. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tony902304/incubator-cordova-ios master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-ios/pull/59.patch ---- commit bb5f1017e3187bad42b2b2fc66f0ebd504b7e39a Author: Anthony Gonzalez <adg...@me.com> Date: 2012-10-12T17:07:35-07:00 Fixed two bugs concerning file uploads. The first bug is in regards to line 129, where there is no default value set for fileKey when it is not specified. The second bug is in regards to the setting of the target and source values for the FileTransferDelegate. The values are switched leading to incorrect error messages. ----