php學習——簡易文件上傳

php學習——簡易文件上傳 文件上傳依然用form表單形式實現: <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>文件上傳</title> </head> <body> <form action="t.php" method="post" enctype ="multipart/form-data"> <input ty
相關文章
相關標籤/搜索