Avatar

Level 10

Hi,

the image fields stores images as a base64-codes string within the data dom.

When you export the form data a xml or csv, then the image data will be represented by a very long string of hexadicimal characters.

This can look like:

Here's an article, which describes this.

http://blogs.adobe.com/formfeed/2011/05/recover-an-embedded-image.html