开发者

Android file uploads - FTP or better alternative?

开发者 https://www.devze.com 2023-03-12 05:41 出处:网络
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:

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

精彩评论

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

关注公众号