Hi,
I have this in my .ds.xml:
When I bind this DS to a ListGrid, the image stored in the DB.
When I bind the same DS to a DynamicForm, I only see the field/button to upload a new image; the image already stored in the DB is not displayed.
Is that expected?
(If not, then don't start debugging this; It's possible that I am breaking it somehow, since the form in question is already doing a lot of things.)
Thank you:
Csillag
ps. This is with the 02.17 nightly.
I have this in my .ds.xml:
Code:
<field name="USER_AVATAR" type="imageFile" showFileInline="true" maxFileSize="204800" /> <field hidden="true" name="USER_AVATAR_filesize" type="integer"/> <field hidden="true" length="256" name="USER_AVATAR_filename" type="text"/> <field hidden="true" name="USER_AVATAR_date_created" type="date"/>
When I bind the same DS to a DynamicForm, I only see the field/button to upload a new image; the image already stored in the DB is not displayed.
Is that expected?
(If not, then don't start debugging this; It's possible that I am breaking it somehow, since the form in question is already doing a lot of things.)
Thank you:
Csillag
ps. This is with the 02.17 nightly.
Comment