Browser-enabled forms do not support picture controls so there is no easy way for you to achieve what you are trying to do.
The best workaround is to use a read-only rich-text control. However, rich text fields do not support embedded images when your form is browser-enabled. Instread they support linked images that have to exist somewhere else. With this in mind, a possible way of enabling custom-uploaded pictures would be this:
- Introduce a file attachment control where the users will provide the picture
- On the server, save the picture to some location that is accessible by the browser
- Delete the file attachment field from the xml and insert the picture's url into the rich text field
Please be warned that this approach requires a significant amount of work and has multiple drawbacks (such as writing a lot of code and figuring out the storage model).
David Airapetyan / Software Services ArchitectQdabra® Software / Streamline data gathering to turn process into knowledge