barryvdh / elfinder-flysystem-driver

elFinder driver for Flysystem
184 stars 41 forks source link

Elfinder folders/files with spaces in name using flysystem #42

Closed adrianopedro closed 8 years ago

adrianopedro commented 8 years ago

Hello,

Now that I was able to connect elfinder to a webdav online storage using this driver, I'm finding another problem. All the files and or folders with spaces are been listed "url encoded", this means that if a file or folder has a space on it, it will be named like: file%20name.ext On the webdav server side everything is listed as it should (file name.ext)

Is there any clue about this?

adrianopedro commented 8 years ago

Issue solution found to be on elfinder side -> #1397