Add or Upload Files list

2 posts by 2 authors in: Forums > CMS Builder
Last Post: December 16, 2016   (RSS)

By Dave - December 16, 2016

Hi MercerDesign, 

There's no built-in support for that.  But what you could do is add this code in your viewer files to have the uploads show in reverse order:

Change: 

<?php foreach ($yourSection['upload'] as $index => $upload): ?>

To: 

<?php foreach (array_reverse($yourSection['upload']) as $index => $upload): ?>

Let me know if that works for you!

Dave Edis - Senior Developer
interactivetools.com