On Wed, Sep 10, 2008 at 12:27 PM, alinome.net <[EMAIL PROTECTED]> wrote: > > I've found that it's impossible to upload into subdirs: > > [^photo.jpg dir=films/alien ^] > > ...because the dir parameter is passed "as is" in the URL, with > slashes. I found no mention to this in this list or in the docs. > Subdirs are essential for me. I'll work on this. Has someone noticed > this before?
You are correct. You can do [^photo.jpg dir=films^] and it will go to files/films or even [^photo.jpg dir=films-alien^] but the / seems to break things. Without taking the time to look into it, I don't know the cause. Perhaps the slash just needs to be escaped or something (Seems this is what you suggested). If you can suggest a fix, I'm not opposed to sub/sub directories as long as there's no way to up to parent, & grandparent directory paths. Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
