Nice! I will modify this for my own use. What is this included in gluon for?
I noticed a double slash is shown for sub-folders: base//css/ (<- when in static/css) On Wed, Oct 31, 2012 at 8:09 PM, Niphlod <niph...@gmail.com> wrote: > there's something, not really tested, that you can definitely try: > from gluon.tools import Expose > myfolders = Expose() > return dict(myfolders=myfolders) > > On Wednesday, October 31, 2012 3:04:14 AM UTC+1, Richard Penman wrote: >> >> Is there an existing app / plugin that supports selecting a file from the >> server? >> Specifically I want to select a filepath from the /static/ directory and >> sub-directories. >> >> Richard > > -- > > > --