-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
I have downloaded the new version of elfinder 2.1.66 and am trying to integrate it. I found some mistake. if download a file (any text file, for example) and double-click on it immediately after downloading, a new browser window will open for viewing with an error message that the file was not found.
I see that the file URL is incorrect.
For example, I'm trying to open a file https://sile.com/files/test.txt
but after uploading and just opening I see wrong url
On my local computer: http://sile.com/files//test.txt
(note the strange double slash "files//test.txt ")
And it's the same on my hosting, but the URL looks like
https://sile.com/files/s/test.txt
(note the strange addition of the string "/s").
This is not a real problem, because everything works correctly after the page is reloaded, but I think this bug needs to be fixed.