摘要: /** * 上传文件 * @param {any} files 文件 * @param {any} data 数据 * @returns [true,文件路径] * @returns [false,异常/错误消息] */ function fileUpload(files, data) { if ( 阅读全文
posted @ 2019-02-26 16:42 chocolateXLL 阅读(219) 评论(0) 推荐(0) 编辑
摘要: cshtml: 1 <form class="form-horizontal" id="form1" role="form" ng-submit="import ()" enctype="multipart/form-data"> 2 <button class="btn btn-primary" 阅读全文
posted @ 2019-02-26 13:50 chocolateXLL 阅读(253) 评论(0) 推荐(0) 编辑