Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an issue where filenames of downloads would get mangled #5806

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

valadas
Copy link
Contributor

@valadas valadas commented Sep 8, 2023

Closes #5551

The string is in quotes when there are spaces in the filename and Chrome replaced those with underscores. Filenames with special characters are encoded in the response. This adds a function to convert all those special cases back into a plain string that matches the actual filename in the front end.

Summary

Closes dnnsoftware#5551

The string is quotes when there are spaces in the filement and Chrome replaced those with underscores.
Filenames with special characters are encoded in the response.
This adds a function to convert all those special cases back into a plain string that matches the actual filename in the frontend.
@valadas valadas added this to the 9.13.0 milestone Sep 8, 2023
Copy link
Contributor

@david-poindexter david-poindexter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome @valadas - thanks! 🎉

@david-poindexter david-poindexter merged commit 40b2bf5 into dnnsoftware:develop Sep 8, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File download in Resource Manager
3 participants