index.html 462 Bytes
<!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>