Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I am adding a 'files' template to my side, to allow sharing a dynamic number of downloadable files. I have defined a template for this, with an editable region of type 'file' in a repeatable section, like shown below.

After integrating the template into couch the field 'file' does not show a way to upload a file. It just shows as a normal text field. Am I doing something wrong?

Code: Select all
<cms:template title='Shared files' order='75' >
   <cms:repeatable name='bestanden' >
      <cms:editable
        name='bestand'
        label='Downloadbaar bestand'
        type='file'
      />
      <cms:editable
        name='filename'
        label='Naam van het bestand'
        type='text'
      />
   </cms:repeatable>     
</cms:template>
"I have never tried that before, so I think I should definitely be able to do that" - Pippi Longstocking
I discovered the upload button. It's just the way it is presented that is not clear, however, it does work.
"I have never tried that before, so I think I should definitely be able to do that" - Pippi Longstocking
2 posts Page 1 of 1