Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What about the garbled name of the Java download file?

2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to garbled the name of the Java download file". Interested friends may wish to take a look at it. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "Java download file name garbled how to do" it!

Response.setHeader ("Content-Disposition", "attachment;filename=" + URLEncoder.encode (downFileName, "UTF-8"); response.setContentType ("application/octet-stream"); response.setCharacterEncoding ("utf-8")

Basically, just deal with it like this. There's no need to judge browsers or anything.

/ / this treatment has no effect on response.setContentType ("application/octet-stream;charset=UTF-8")

Additional:

At that time, the front-end receiver was a garbled stream, and I didn't know how to deal with it.

Response.setHeader ("Access-Control-Expose-Headers", "Content-Disposition")

This is good.

At this point, I believe that everyone on the "Java download file name garbled how to do" have a deeper understanding, might as well to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report