Skip to content

Commit

Permalink
增加演示页面ui
Browse files Browse the repository at this point in the history
  • Loading branch information
shuzheng committed May 15, 2017
1 parent e73c755 commit 7a0b84f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions zheng-ui/zheng-oss-web/aliyun/upload.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
<head>
<meta charset="UTF-8"/>
<title>zheng-oss-web AliyunOSS demo</title>
</head>
<body>
<form action="http://shuzheng.oss-cn-shanghai.aliyuncs.com" method="post" enctype="multipart/form-data">
<p>key : <input type="text" name="key" th:value="${policy.dir + '/${filename}'}"/></p>
<p>policy : <input type="text" name="policy" th:value="${policy.policy}"/></p>
<p>OSSAccessKeyId : <input type="text" name="OSSAccessKeyId" th:value="${policy.OSSAccessKeyId}"/></p>
<p>success_action_status : <input type="text" name="success_action_status" value="200"/></p>
<p>callback : <input type="text" name="callback" th:value="${policy.callback}"/></p>
<p>signature : <input type="text" name="signature" th:value="${policy.signature}"/></p>
<p>file : <input type="file" name="file"/></p>
<p><input type="submit" value="上传"/></p>
</form>
</body>
</html>

0 comments on commit 7a0b84f

Please sign in to comment.