Hello!
I'm writing a custom connector and I need to provide access to completely virtual file structure. I mean, all my images are stored like /abc/def/image.jpg, but I want connector to browse through my virtual structure - like /some/beautiful/path/image.jpg (and this virtual path can include files from different "real" folders). So how should I make CKFinder show one path/filename, but return another?
I'm trying to set File@name to /abc/def/image.jpg, but it makes "non-elegant" path visible and CKFinder returns escaped path. Is there a possibility a) to avoid path escaping, b) to hide real path in my case?
I'm writing a custom connector and I need to provide access to completely virtual file structure. I mean, all my images are stored like /abc/def/image.jpg, but I want connector to browse through my virtual structure - like /some/beautiful/path/image.jpg (and this virtual path can include files from different "real" folders). So how should I make CKFinder show one path/filename, but return another?
I'm trying to set File@name to /abc/def/image.jpg, but it makes "non-elegant" path visible and CKFinder returns escaped path. Is there a possibility a) to avoid path escaping, b) to hide real path in my case?