index.html
462 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html ng-app="myApp">
<head lang="en" >
<meta charset="UTF-8">
<title></title>
</head>
<body >
<div xn-upload-file ng-Model="upFiles" is-show="false" ></div>
<h3>说明:</h3>
先引用
plupload.full.min.js 文件
<p>
is-show 是显示是否现在上传状态。
</p>
<p>
默认创建Files,返回FilesId,需要手工绑定相应的单据。参考接口foundation.fileBindAttachment.
</p>
</body>
</html>