如何从 Android 手机发送照片到 Domino 服务器

发布于 2024-10-13 06:48:31 字数 222 浏览 3 评论 0原文

如何将图像从手机发送回 Domino 服务器。 我正在使用 xmlhttprequest 对象并将 Base64 图像数据发布到表单上的 RichText 字段中。 我已经确认它没有截断数据。我不知道如何处理数据以将其显示为图像。

我已经尝试过该标签并将 Base64 文本作为 img src。这只是在我的浏览器中显示标准损坏的图像图标。

请帮忙..我已经在尝试让它发挥作用的第七天了。 谢谢!

How can I send the image from my phone back to a Domino Server.
I am using the xmlhttprequest object and posting the Base64 image data into a RichText Field on my Form.
I have confirmed that it is not truncating the data. I cannot figure out what to do with the data to display it as an image.

I have tried the tag and putting the Base64 text as the img src. This just shows the std broken image icon in my browser.

Please help.. I am on day 7 of trying to get this to work.
Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缱绻入梦 2024-10-20 06:48:31

保存文档时需要将Base64数据解码为实际的附件。然后,您可以将图像附件的 URL 放入 img 标签中。我的回答这里你说的是什么没有得到?

You need to decode the Base64 data into an actual attachment when saving the document. You can then just put the URL for the image attachment into an img tag. What is it in my answer here that you are not getting?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文