开发者

website/webservice to fetch data from pc

开发者 https://www.devze.com 2023-01-03 07:09 出处:网络
Is it possible to have a webapp/webservice to fetch data from my pc?? Can anyone give me an idea if it is possib开发者_运维问答le....This will depend on how this data is going to be exposed from your

Is it possible to have a webapp/webservice to fetch data from my pc?? Can anyone give me an idea if it is possib开发者_运维问答le....


This will depend on how this data is going to be exposed from your PC. If you want to read some files from the file system, the server hosting the web application will need to have access to those files. For example you could create a network share and read from this share: byte[] data = File.ReadAllBytes("\\yourpc\somefile.dat");


yes, you can have your localhost server too. install wamp, or xampp server, create your php script that gives you data, which can used in you mobile application.

0

精彩评论

暂无评论...
验证码 换一张
取 消