本文介绍了在JAVA中上传文件及其实际内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 我正在尝试将文件上传到healthvault。我只能上传"文件名,大小和内容类型"。但无法上传实际内容。

 I am trying to upload a file to healthvault. I am able to upload only the "filename, size and content-type" but unable to upload the actual contents.

我正在使用JAVA SDK R1.3.1。成功运行了重量应用程序。

I am using JAVA SDK R1.3.1 . successfully ran the weight app.

你能否帮助我获取内容也达到healthvault。

Could you help me in getting the contents also up to healthvault.

推荐答案


这篇关于在JAVA中上传文件及其实际内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 19:47