我可以将图像,当我创建一个新的页面,但是当我尝试将图像添加到现有的网页我最终的图像链接,但没有图像显示。
只有图片链接
这是请求:
Content-Disposition: form-data; name="Commands"
{
'Target':'body',
'Action' : 'append',
'Content' : '<div data-id=testdiv1><div>Chat message with mike</div></div>'
},
{
'Target':'#testdiv1',
'Action' : 'insert',
'Content' : '<img src="image1"/>'
}
Content-Type: image/png
Content-Disposition: form-data; name="image1"
imagedata....
希望有人能看到我在做什么错误或者在样品(最好UWP基础,但愿意看任何东西)指向我。
谢谢您的帮助。