看板
[ PHP ]
討論串[請益]關於上傳
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
可以從這邊找到答案:. http://tw.php.net/manual/en/function.is-uploaded-file.php. if (is_uploaded_file($userfile)) {. //include code to copy tmp file to final lo
(還有799個字)
內容預覽:
翻過精華區和爬文. 也試著過改資料夾權限. 程式也是照官網的範例寫的. 但在is_uploaded_file就無法通過 orz.... ==upload.php==. <?php. if($_POST['submit']). {. if(is_uploaded_file($_FILES['uploa
(還有524個字)
首頁
上一頁
1
下一頁
尾頁