![]() |
溫瑞烘老師的教學歷程檔案(Teaching ePortfolio) - PHP教學 - File上傳 |
| File上傳<?php$command=$_POST["command"]; if ($command==null) { echo("<html> <body> <center> <form method=post enctype=multipart/form-data action=$SELF_PHP> 選取檔案: <input type=file name=filename> <input type=submit name=command value=送出> <input type=reset name=command value=清除> </form> </center> </body> </html>"); } if ($command=="送出") { $filename=$_FILES["filename"]["name"]; $tempname=$_FILES["filename"]["tmp_name"]; unlink($filename); if(copy($tempname,$filename)==1) echo "檔案上傳OK"; } ?>
|
|
中華科技大學數位化學習歷程 - 意見反應 | ![]() |