Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect slash usage in file paths
This commit resolves an issue where file path delimiters were incorrectly handled when transitioning between Linux and Windows environments. The code now accurately replaces backslashes with forward slashes before URL encoding, thereby ensuring the filename is correctly split and presented.
- Loading branch information