You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/18 01:57:59 UTC

[GitHub] [cordova-plugin-file-transfer] msudol commented on issue #258: No known instance method for selector 'userAgent' in CDVFileTransfer.m

msudol commented on issue #258:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/258#issuecomment-801557711


   too bad someone can't just develop a plugin that lets us use the same methods as cordova-file-transfer, with the XHR method, I believe that would be called a shim, or wrapper plugin, or post a more idiot dev friendly transition article..   my code base relies heavily on something that looks like this: 
   
       var ft = new FileTransfer();
       ft.upload(imageURI, app.image_upload, win, fail, options);
   
   If I could just load something using the XHR method that would let me create a filetransfer call that would be spectacular
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org