V
vveen
Pasting an image into a Infopath rich text box and submitting the form results in an xml inline image of the format
<img style=".." src="msoInline/f4b19f6546fa4081" xd:inline="...." />
Using System.Convert.FromBase64String the xd:inline innertext can be converted to an image.
However how do I convert the src innertext to something readable. And does it contain the mime type of the image ?
<img style=".." src="msoInline/f4b19f6546fa4081" xd:inline="...." />
Using System.Convert.FromBase64String the xd:inline innertext can be converted to an image.
However how do I convert the src innertext to something readable. And does it contain the mime type of the image ?