1 Star 0 Fork 0

WCS / golearn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
uploadfile.html 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
mobei 提交于 2021-05-28 18:14 . 初次导入
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="http://localhost:8848/upload" method="post"
enctype="multipart/form-data">
上传文件:<input type="file" name="file">
<input type="submit" value="提交">
</form>
<form action="http://localhost:8848/uploads" method="post"
enctype="multipart/form-data">
上传多个文件:<input type="file" name="files" multiple>
<input type="submit" value="提交">
</form>
</body>
</html>
1
https://gitee.com/szwscg/golearn.git
git@gitee.com:szwscg/golearn.git
szwscg
golearn
golearn
master

搜索帮助