I want this to function like a shared google drive folder for members. How can I create a download and delete button against each file?
Hi Wendy,
So you are using a database & dataset for this right? I recommend you use repeaters. It is more customizable(you can add download/delete button too). Here is how to use repeaters:
Then here is a tutorial for download button:
You can replace the $w.onReady(function) with on_click event.
You can make delete button by adding a button & connecting it to the dataset. Then on dataset settings, you can add the delete action.
Did this help?
Arthur