There is an issue in phonegap file transfer android plugin.Working fine in windows and ios.
Trying to get photo to upload but can't get the file data to the server using multi part upload. The invalid boundary data has been sent to server.
Boundary variable has assigned to system miliseconds in windows but in android it is hard coded with +++++.
private static final String BOUNDARY = "+++++"; Please assign valid value to Boundary data(assign time string like windows).
https://github.com/apache/cordova-plu...
Trying to get photo to upload but can't get the file data to the server using multi part upload. The invalid boundary data has been sent to server.
Boundary variable has assigned to system miliseconds in windows but in android it is hard coded with +++++.
private static final String BOUNDARY = "+++++"; Please assign valid value to Boundary data(assign time string like windows).
https://github.com/apache/cordova-plu...
Be the first to post a reply!
