IE 下载对话框中的非 ASCII 字符,使用 Drupal6/Filedepot

发布于 2024-10-17 07:37:27 字数 309 浏览 1 评论 0原文

我使用 Drupal6 和 Filedepot 模块将文件存储到 Drupal 中。下载文件在 Firefox 和 Chrome 中运行良好,但在 Internet Explorer 中存在一些烦人的问题。

如果文件名包含非 ASCII 字符(就像许多芬兰语单词一样),则会弄乱整个文件名。例如,当下载“Alykkäät teknologiat.doc”时,IE 希望以以下名称保存该文件:“=_UTF-8_B_bHlra8Okw6R0IHRla25vbG9naWF0LmRvYw==_=”。

有没有办法将该字符串轻松转换回“正常”字符串?

感谢您的帮助!

I'm using Drupal6 and Filedepot module to store files into Drupal. Downloading files works perfectly with Firefox and Chrome, but there's some annoying problems with Internet Explorer.

If the filename contains non-ASCII characters, as many finnish words do, it messes up the whole filename. For example, when downloading "Alykkäät teknologiat.doc", IE wants to save the the file with the following name: "=_UTF-8_B_bHlra8Okw6R0IHRla25vbG9naWF0LmRvYw==_=".

Is there a way to convert that string easily back to "normal" string?

Thanks for any help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

披肩女神 2024-10-24 07:37:27

为了确保服务器、旧浏览器和外国用户之间的最佳兼容性,您可能需要音译您的文件名。 http://drupal.org/project/filefield_paths 可以为您完成此操作(上传时)。

To ensure the best compatibility between servers, old browsers and foreign users you probably want to transliterate your file names. http://drupal.org/project/filefield_paths can do it for you (on upload).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文