Issue in phonegap file transfer android plugin

  • 1
  • Idea
  • Updated 4 years ago
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...
Photo of Prarthana Hegde

Prarthana Hegde

  • 1 Post
  • 0 Reply Likes
  • sad

Posted 4 years ago

  • 1

Be the first to post a reply!