php 表单 file类型的不提交是为个啥?
- HTML code
<!---ecms Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> <table> <tr> <td align="right">logo:</td> <td></td> </tr> </table>
- PHP code
<!---ecms Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> dump($_POST);//没有logo710项 如果把type="file" 改为 type="text" 就有logo710项了这是为个啥?
——解决方案——————–
file类型用$_F
本文来源gaodai.ma#com搞##代!^码@网*
搞gaodaima代码
ILES接收
——解决方案——————–
用type=”file”的话。
就用$_FILES。
你打印下$_FILES看看~