You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
560 B
15 lines
560 B
<!DOCTYPE html>
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>上传测试</title>
|
|
</head>
|
|
<body>
|
|
<form action=Config.ApiMpHost + "/cgi-bin/material/add_material?access_token=oaaVLurq2oFOw4Ztu9SjXRV5vRxK3zPOHQAf_ySYVYwupDiPhrIj2rAnapdRPoiM3Q5BbJpgl3lIW2mGgU9Ka1O_oOeEIk5us18uQbsJqIg" enctype="multipart/form-data" method="POST">
|
|
<!--<input name="type" value="voice" />-->
|
|
<input name="media" type="file" />
|
|
<input type="submit" value="提交" />
|
|
</form>
|
|
</body>
|
|
</html> |