輸出的是空數(shù)組
我用的phpstorm,一樣的代碼,是空數(shù)組,往后一節(jié)報錯的是
PHP Notice: ?Undefined index: file in D:\phpStudy\WWW\123\document\doAction.php on line 12
PHP Notice: ?Undefined index: file in D:\phpStudy\WWW\123\document\doAction.php on line 15
PHP Notice: ?Undefined index: file in D:\phpStudy\WWW\123\document\doAction.php on line 16
PHP Notice: ?Undefined index: file in D:\phpStudy\WWW\123\document\doAction.php on line 17
PHP Notice: ?Undefined index: file in D:\phpStudy\WWW\123\document\doAction.php on line 18
2016-06-25
同樣的問題我也折騰了好長時間......
不要在PhpStorm里點擊Run按鈕來運行,要在瀏覽器輸入localhost/......來運行。
2016-04-13
是不是你的upload頁面中的input中的name屬性和doAction中的不一致?