HTML and images
Closed this issue · 1 comments
zosocanuck commented
Hi,
I'm attempting to display an image uploaded to OpenESF via the following div class:
<div id="dimg1"><img id="img1" src="xyz.jpg" /></div>
Can anyone point to the proper way of doing this
OpenESignForms commented
Note that you are posting to the issues tracker rather than the forum, which may be more suited to simple questions: https://groups.google.com/forum/#!forum/openesignformsdev
We try to reserve git issues for bug reports and enhancement requests.
With OpenESF, you need to define a "file upload" field (called "imageFile" here) in your document and reference in the HTML as ${imageFile} or the like.