Are you serving web2py via the built-in server? If not, you can configure your web server (e.g., nginx or Apache) to server static files directly.
Anthony On Wednesday, December 9, 2015 at 2:35:16 AM UTC-5, Jaime Sempere wrote: > > Hi, > > I am trying to put some files inside of folder with a space (i.e: > static/my things/), but I am not been able to handle on web2p, when I try > to access the files on that folder. > > It doesn't matter how I encode the url (I tried to replace the ' ' for > '%20') it keeps saying 'invalid request'. > > I have read that web2py does not like spaces in folder... so is this a > 'bug' known and 'accepted' or is there any workaround to handle this? > > Thanks in advance > > PS: I am working on a music project, each folder will be an album (for > example 'Abbey Road'), and inside of this folder I will have the files. I > would like to copy/paste folders without editing spaces. Plus, I would use > the folder's name to feed the database. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

