aecvargas commented on issue #251: File Transfer HTTP Method
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/251#issuecomment-572066945
 
 
   @breautek Certain. This is my code:
   
   ```
   this.fileTransfer.upload(imageData, encodeURI(url.replace('https', 'http') + 
'pages/attachments.php'), options).then(data => {
       console.log(data);
   }, error => {
       console.log(error);
   });
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to