Hi to all,

I have a trouble with DISKBLOBs. I configured my dbForms-config.xml with
the following tags:

      <table name="MANIF">
            [<OTHER FIELDS... />]
            <field name="IMAGE" fieldType="diskblob" directory="c:
\temp\small" encoding="true" />
            <field name="IMAGE_1" fieldType="diskblob" directory="c:
\temp\big" encoding="true" />

            <!-- add "granted-privileges" element for security constraints
-->

      </table>

In my JSP page I use the tags:

<db:file fieldName="IMAGE" />
<db:file fieldName="IMAGE_1" />

for uploading the images. All works but the images are uploaded without
encoding, so I have troubles with images overwriting.

I use a POSTGRES DB and DBForms 1.1.2 with an orion application server.

How can I do?

thaks to all,
-Sandro.

__________________________
Sandro Siviero

[EMAIL PROTECTED]



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to