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.
我们需要通过 HTTP POST 将图像从我们的 android 应用程序上传到我们的 web 应用程序。Android 方面有大量示例......但我似乎无法为带有 Icefaces 的 Jboss Seam 找到一个简单和/或有效的示例。
我使用 Apache httpmime.jar 它提供了一个 MultipartEntity 允许你给它一个文件来上传。该 api 非常严格。
见http://hc.apache.org/user-docs.html