Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 Android 应用程序。
我想知道通过上传图片Http POST还是使用上传图片更好ftp?
Http POST
ftp
我推荐 HTTP post,因为如果太多人同时上传,那么 ftp 可能会崩溃。
使用 http post 是更好的方法
使用MimeType结束HTTP post。那将是最好的方法
MimeType
HTTP post