It is there to do exactly what you asked. ;-) On Wednesday, 31 October 2012 07:19:42 UTC-5, Richard Penman wrote: > > 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 <nip...@gmail.com <javascript:>> > 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 > > > > -- > > > > > > >
--