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
相关文章
相关标签/搜索