OpenESignForms / openesignforms

Open eSignForms is the first open source SaaS web contracting platform
https://open.esignforms.com
107 stars 50 forks source link

HTML and images #167

Closed zosocanuck closed 8 years ago

zosocanuck commented 8 years ago

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 8 years ago

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.