Home  >  Article  >  Backend Development  >  使用SWFupload 上傳檔案,在firefox 下,下載檔名出現錯誤

使用SWFupload 上傳檔案,在firefox 下,下載檔名出現錯誤

WBOY
WBOYOriginal
2016-06-06 20:44:171001browse

目前使用swfupload 上传各种档案,包含图片和文件文件

在ie 跟 chrome下 ,下载都没有问题
但firefox 下载时会出现 " ",例如 abc.xlsx 会变成 'abc.xlsx' 照成档案无法开启 (强制开还是可以的)
请问各位大大这个要无怎么解决

回复内容:

目前使用swfupload 上传各种档案,包含图片和文件文件

在ie 跟 chrome下 ,下载都没有问题
但firefox 下载时会出现 " ",例如 abc.xlsx 会变成 'abc.xlsx' 照成档案无法开启 (强制开还是可以的)
请问各位大大这个要无怎么解决

这个要看你的代码咯~ 放出代码

我使用uploadify插件,也有这个问题。

后来一查,原来是在firefox下FLASH上传文件是不会带session_id。

所以只要将session_id也一起上传到后台,让后台处理下就可以了。

Statement:
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