19 lines
424 B
HTML
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> |