Home > Backend Development > PHP Tutorial > php 下在word文档中文文件名如何避免

php 下在word文档中文文件名如何避免

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 11:55:27
Original
959 people have browsed it

php 下在word文档中文文件名如何处理
现在就是写个功能php下在中文的word文档

比如:我www.xhs5.com/定单.doc 这样子的地址,如何在浏览器中下在的,在ie下都可以,就是在其它浏览器下下在不了.如何解决;

要是使用英文文件名order.doc 下载后能不能改成中文...


------解决方案--------------------
将中文地址用 urlencode()编码就可以了。

浏览器会自动 用 urlencode 转化成http编码。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template