如何从 Android 手机发送照片到 Domino 服务器
如何将图像从手机发送回 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
保存文档时需要将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?