Files
EasyImages2.0/api/Test/index.html
icret 960a63f7b7 更新2.1.0版本
此版本更新内容较多,建议全新安装!
2021-05-04 20:54:59 +08:00

19 lines
424 B
HTML

<html>
<head>
<meta charset="utf-8">
<title>API图片上传测试</title>
</head>
<body>
<form action="../index.php" method="post" enctype="multipart/form-data">
<input type="file" name="image" accept="image/*" >
<input type="text" name = "token" placeholder="在tokenList文件找到token并输入"/>
<input type="submit" />
</form>
<div id="divResult">
</div>
</body>
</html>