Home  >  Article  >  Backend Development  >  IE6 file表单掩藏 服务器无法获取数据

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

WBOY
WBOYOriginal
2016-06-13 13:08:20741browse

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>


  


PHP code
<!--

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

-->

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


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

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