breautek commented on issue #504:
URL: 
https://github.com/apache/cordova-plugin-file/issues/504#issuecomment-967134629


   Networking is out of scope of this plugin, which is to provide an interface 
to the local file system mimicking the [W3C File 
API](https://www.w3.org/TR/FileAPI/) as much as possible.
   
   Additionally, you can already read a file either as text or binary and use 
the standard browser `XMLHttpRequest` to send files to a remote server. You'd 
have to conform to the remote servers API (e.g. `http://192.168.1.1:80'` must 
be programmed to accept files and write to disk).


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to