Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Is there a way for administrator to upload PDF file in the same way as images are uploaded, so that the download link can be placed into news (blog) text before publishing.

sorry if the question has already been answered, but I couldn't find anything similar.
Hi,

What you need is this -
http://docs.couchcms.com/tags-reference ... /file.html

Hope it helps.
thank you for your help, KK. Now I have further questions. I want to make a list of downloadable documents and show it in a table (screenshot attached).

The left column is the document name, right column is the download link (file uploaded via couch cms). How to do from couch?

Attachments

The easiest way would be to use 'repeatable-regions' (http://docs.couchcms.com/concepts/repea ... gions.html).

Define two fields as repeatable - one 'text' for holding the name, another 'file' for holding the document.
Once the rows are filled up, iterate through them and create your table on the frontend.

Hope this helps.
4 posts Page 1 of 1