IE6 file表单掩藏 服务器无法获取数据

WBOY
Release: 2016-06-13 13:08:20
Original
779 people have browsed it

IE6 file表单隐藏 服务器无法获取数据

HTML code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->



<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>测试</title>
<style type="text/css">

</style>
<script>

</script>


  
Copy after login


PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->

$exName=strrchr($_FILES["j"]["name"],".");
echo "数据为:".$exName;
?>

Copy after login

IE6下点击第一次无反应,第二次传至服务器数据为空

------解决方案--------------------
就应该不可以
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