first commit
This commit is contained in:
22
代码案例/web网页上传文件es8266/data/upload.html
Executable file
22
代码案例/web网页上传文件es8266/data/upload.html
Executable file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="main.css">
|
||||
<title>太极创客-零基础入门学用物联网教程</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<center>
|
||||
<a href="http://www.taichi-maker.com" target="_blank"><img src="/img/taichi-maker.jpg" alt="太极创客"></a>
|
||||
<h1>ESP8266 SPIFFS 文件上传</h1>
|
||||
<p>点击按钮选择需要上传的文件</p>
|
||||
<form method="POST" enctype="multipart/form-data">
|
||||
<input type="file" name="data">
|
||||
<input class="button" type="submit" value="上传">
|
||||
</form>
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user