Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unescape pathname from url when loading from local filesystem
When a path contains a space it will be escaped to ’%20’. When loading from local filesystem it has to be converted back to a space to get the correct path.
- Loading branch information