开发者

Android file uploads - FTP or better alternative?

I'm开发者_运维问答 writing an Android app that requires the upload of small txt files to a web site. I've used FTP for this and it works fine, but I have a couple of questions:

  1. Firstly, is this the best way to upload files
  2. Will there be an issue with 1000+ simultaneous uploads from different devices?

Any help would be great!


Try to use a webserver, which will handle POST/GET requests.

Then just send the file content via HTTP and save it to the disk with an application running on the server.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜