P********l 发帖数: 29 | 1 我用php调用一个applet上传文件,当选择中文文件名时候得到的是乱码.
我没有applet的源文件,但它似乎是用ISO-8859-1编码的,我的php程序是utf8的编码.可
是无论怎么转换都不能得到正确的中文,请指教,谢谢. | g*****g 发帖数: 34805 | 2 If Chinese is encoded by 8859,information is forever lost and you
can't get it back.
【在 P********l 的大作中提到】 : 我用php调用一个applet上传文件,当选择中文文件名时候得到的是乱码. : 我没有applet的源文件,但它似乎是用ISO-8859-1编码的,我的php程序是utf8的编码.可 : 是无论怎么转换都不能得到正确的中文,请指教,谢谢.
| m*****k 发帖数: 731 | 3 can you create a hiden field on the page to store the filename? the at
server side you use request.getParameter() to get the filename? |
|