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

fix file attachment function to make sure all browser will get the sa… #3066

Closed
wants to merge 1 commit into from

Conversation

hiimyusheng
Copy link

FileAttachment function will display different file name in different bowser
In safari, it will be a " in the begin of name and end like "config_test.bin"
In chromium, it will be a _ in the begin of name and end like _config_test.bin_
In firefox, it will show correct, like config_test.bin
I removed the \" to avoid above situation
now in safari and chromium will show correct like config_test.bin

@appleboy
Copy link
Member

duplicate of #3071

@appleboy appleboy closed this Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants