I’m using Cordova 1.9.0 for an Android App. The same code, on IOS works fine.
On Android, i find a problem for the file trasfert from remote location to local.
The problem is on the file name: someone has space. I try to do
.replace(" ","%20")
but doesn’t work. It gives me the following error
07-03 12:06:32.503: E/FileTransfer(337): java.io.FileNotFoundException: http://www.mydomain.com/sa02 -.jpg
There was a bug in FileTransfer upload which a fix was checked in for 1.9.0.
https://issues.apache.org/jira/browse/CB-978