No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

article_media_add.htm 40KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. <style>
  2. .url-box_sys .layui-btn:focus
  3. {
  4. color: #fff;
  5. }
  6. </style>
  7. <div class="item-from-row">
  8. <div class="from-row-l">
  9. 视频上传:
  10. </div>
  11. <div class="from-row-r">
  12. <a href="javascript:void(0);" onclick="addUrlSys();" class="el-button el-button--primary el-button--small">新增</a>
  13. <textarea name="video" id="video" cols="30" rows="10" style="display: none;"></textarea>
  14. <table class="layui-table">
  15. <thead>
  16. <tr>
  17. <th>链接地址</th>
  18. <th>选集名称</th>
  19. <th style="text-align: center;">时长(秒)</th>
  20. <th style="text-align: center;">操作</th>
  21. <th style="text-align: center;">试看</th>
  22. </tr>
  23. </thead>
  24. <tbody id="url-box_sys" class="url-box_sys" style="padding: 10px 0" >
  25. <tr id="num_upload_box_sys" class='media_del_1586481014_1' data-num='1' style='margin-bottom: 10px;'>
  26. <td class="th_server_name">
  27. <input type="text" class="input-txt" id="video_url_sys_1" style="width: 310px;">
  28. </td>
  29. <td class="th_server_name">
  30. <input type="text" class="input-txt" id="video_title_sys_1" style="width: 140px;">
  31. </td>
  32. <td class="th_server_name">
  33. <input type="text" class="input-txt" id="video_time_sys_1" style="width: 60px;">
  34. </td>
  35. <input type="hidden" class="input-txt" id="video_size_sys_1" >
  36. <input type="hidden" class="input-txt" id="video_mime_sys_1" >
  37. <input type="hidden" class="input-txt" id="video_name_sys_1" >
  38. <input type="file" class="input-txt" id="qiniu_click_sys_1" onchange="QiniuUpload(1);" style="display: none;">
  39. <input type="file" class="input-txt" id="oss_click_sys_1" onchange="OssUpload(1);" style="display: none;">
  40. <input type="file" class="input-txt" id="cos_click_sys_1" onchange="CosUpload(1);" style="display: none;">
  41. <td style="text-align: center;">
  42. {if isset($channelRow.data.qiniuyun_open) && $channelRow.data.qiniuyun_open == 1}
  43. <a href="javascript:void(0);" class="fc-colours" id="qiniu_upload_video_sys_1" onclick="click_qiniu_sys(1);">七牛云上传</a>
  44. {elseif isset($channelRow.data.oss_open) && $channelRow.data.oss_open == 1}
  45. <a href="javascript:void(0);" class="fc-colours" id="oss_upload_video_sys_1" onclick="click_oss_sys(1);">oss上传</a>
  46. {elseif isset($channelRow.data.cos_open) && $channelRow.data.cos_open == 1}
  47. <a href="javascript:void(0);" class="fc-colours" id="cos_upload_video_sys_1" onclick="click_cos_sys(1);">cos上传</a>
  48. {else/}
  49. <a href="javascript:void(0);" class="fc-colours" id="upload_video_sys_1" data-num='1'>本地上传</a>
  50. {/if}
  51. <br><a href="javascript:void(0);" class="fc-colours" onclick="media_del('1');">删除</a>
  52. </td>
  53. <td style="text-align: center;">
  54. <label onselectstart="return false"><input type="checkbox" id="video_gratis_sys_1" value="1"></label>
  55. </td>
  56. </tr>
  57. </tbody>
  58. </table>
  59. </div>
  60. </div>
  61. <div class="item-from-row">
  62. <div class="from-row-l">
  63. 附件地址:
  64. </div>
  65. <div class="from-row-r">
  66. <input type="text" name="addonFieldExt[courseware]" value="" id="addonFieldExt_courseware" class="el-input__inner w500">
  67. <input type="file" id="courseware_file" data-type='local' onchange="upload_file_courseware_1585641738(this)" style="display: none;">
  68. {if isset($channelRow.data.qiniuyun_open) && $channelRow.data.qiniuyun_open == 1}
  69. &nbsp;<a href="javascript:void(0);" class="el-button el-button--primary is-plain el-button--small" id="upload_addonFieldExt_courseware_qiniu" onclick="$('#courseware_file').attr('data-type','qiniu').trigger('click');">七牛云上传</a>
  70. {elseif isset($channelRow.data.oss_open) && $channelRow.data.oss_open == 1}
  71. &nbsp;<a href="javascript:void(0);" class="el-button el-button--primary is-plain el-button--small" id="upload_addonFieldExt_courseware_oss" onclick="$('#courseware_file').attr('data-type','oss').trigger('click');">oss上传</a>
  72. {elseif isset($channelRow.data.cos_open) && $channelRow.data.cos_open == 1}
  73. &nbsp;<a href="javascript:void(0);" class="el-button el-button--primary is-plain el-button--small" id="upload_addonFieldExt_courseware_cos" onclick="$('#courseware_file').attr('data-type', 'cos').trigger('click');">cos上传</a>
  74. {else/}
  75. &nbsp;<a href="javascript:void(0);" class="el-button el-button--primary is-plain el-button--small" id="upload_addonFieldExt_courseware_local" onclick="$('#courseware_file').attr('data-type','local').trigger('click');">本地上传</a>
  76. {/if}
  77. </div>
  78. </div>
  79. <script>
  80. layui.use('upload', function(){
  81. var upload = layui.upload;
  82. //执行实例
  83. //创建监听函数
  84. var xhrOnProgress=function(fun) {
  85. xhrOnProgress.onprogress = fun; //绑定监听
  86. //使用闭包实现监听绑
  87. return function() {
  88. var xhr = $.ajaxSettings.xhr(); //通过此方法获得XMLHttpRequest对象
  89. //判断监听函数是否为函数
  90. if (typeof xhrOnProgress.onprogress !== 'function') {
  91. return xhr;
  92. }
  93. //如果有监听函数并且xhr对象支持绑定时就把监听函数绑定上去
  94. if (xhrOnProgress.onprogress && xhr.upload) {
  95. xhr.upload.onprogress = xhrOnProgress.onprogress;
  96. }
  97. return xhr;
  98. }
  99. };
  100. upload.render({
  101. elem: "#upload_video_sys_1" //绑定元素
  102. ,url: "{:url('Uploadify/upVideo', ['savepath'=>'media'])}" //上传接口
  103. ,accept: 'video' //视频
  104. ,exts: '{$media_type}'
  105. ,size: {$upload_max_filesize} //限制文件大小,单位 KB
  106. ,before: function(obj){
  107. $("#upload_video_sys_1").text('等待中...');
  108. }
  109. ,xhr:xhrOnProgress
  110. ,progress: function(percent) {
  111. //上传进度回调 value进度值
  112. $("#upload_video_sys_1").text('上传中...'+percent+'%');
  113. }
  114. ,done: function(res){
  115. if ("SUCCESS" == res.state) {
  116. $("#video_url_sys_1").val(res.url);
  117. $("#video_time_sys_1").val(res.time);
  118. $("#video_size_sys_1").val(res.size);
  119. $("#video_mime_sys_1").val(res.mime);
  120. $("#video_name_sys_1").val(res.title);
  121. $("#upload_video_sys_1").text('上传成功');
  122. setTimeout(function(){
  123. $('#upload_video_sys_1').text('本地上传');
  124. }, 2000 )
  125. }else {
  126. $("#upload_video_sys_1").text('上传失败');
  127. setTimeout(function(){
  128. $('#upload_video_sys_1').text('本地上传');
  129. }, 2000 )
  130. layer.msg(res.state,{icon: 2});
  131. }
  132. }
  133. ,error: function(){
  134. // layer.close(load); //关闭loading
  135. }
  136. });
  137. });
  138. function addUrlSys(){
  139. var is_show_qiniuyun = {$channelRow.data.qiniuyun_open|default=0};
  140. var is_show_oss = {$channelRow.data.oss_open|default=0};
  141. var is_show_cos = {$channelRow.data.cos_open|default=0};
  142. var num = $("#url-box_sys #num_upload_box_sys").last().attr("data-num");
  143. if (!num){
  144. num=0;
  145. }
  146. num++;
  147. var html = "";
  148. html += "<tr id=\"num_upload_box_sys\" class='media_del_1586481014_"+num+"' data-num='"+num+"' style='margin-bottom: 10px;'>\n" +
  149. " <td class=\"th_server_name\">\n" +
  150. " <input type=\"text\" class=\"input-txt\" id=\"video_url_sys_"+num+"\" style=\"width: 310px !important;\" >\n" +
  151. " </td>\n" +
  152. " <td class=\"th_server_name\">\n" +
  153. " <input type=\"text\" class=\"input-txt\" id=\"video_title_sys_"+num+"\" style=\"width: 140px !important;\">\n" +
  154. " </td>\n" +
  155. " <td class=\"th_server_name\">\n" +
  156. " <input type=\"text\" class=\"input-txt\" id=\"video_time_sys_"+num+"\" style=\"width: 60px !important;\">\n" +
  157. " </td>\n" +
  158. " <input type=\"hidden\" class=\"input-txt\" id=\"video_size_sys_"+num+"\">" +
  159. " <input type=\"hidden\" class=\"input-txt\" id=\"video_mime_sys_"+num+"\">" +
  160. " <input type=\"hidden\" class=\"input-txt\" id=\"video_name_sys_"+num+"\">" +
  161. " <input type=\"file\" class=\"input-txt\" id=\"qiniu_click_sys_"+num+"\" onchange=\"QiniuUpload('"+num+"');\" style=\"display: none;\">\n"+
  162. " <input type=\"file\" class=\"input-txt\" id=\"oss_click_sys_"+num+"\" onchange=\"OssUpload('"+num+"');\" style=\"display: none;\">\n"+
  163. " <input type=\"file\" class=\"input-txt\" id=\"cos_click_sys_"+num+"\" onchange=\"CosUpload('"+num+"');\" style=\"display: none;\">\n"+
  164. " <td style=\"text-align: center;\">\n";
  165. if (is_show_qiniuyun == 1) {
  166. html += " <a href=\"javascript:void(0);\" class=\"fc-colours\" id=\"qiniu_upload_video_sys_"+num+"\" onclick=\"click_qiniu_sys('"+num+"');\">七牛云上传</a>\n";
  167. }else if (is_show_oss == 1) {
  168. html += " <a href=\"javascript:void(0);\" class=\"fc-colours\" id=\"oss_upload_video_sys_"+num+"\" onclick=\"click_oss_sys('"+num+"');\">oss上传</a>\n";
  169. }else if (is_show_cos == 1) {
  170. html += " <a href=\"javascript:void(0);\" class=\"fc-colours\" id=\"cos_upload_video_sys_"+num+"\" onclick=\"click_cos_sys('"+num+"');\">cos上传</a>\n";
  171. }else{
  172. html += " <a href=\"javascript:void(0);\" class=\"fc-colours\" id=\"upload_video_sys_"+num+"\" data-num='"+num+"'>本地上传</a>\n" ;
  173. }
  174. html += " <br><a href=\"javascript:void(0);\" class=\"fc-colours\" onclick=\"media_del('"+num+"');\">删除</a>\n" +
  175. " </td>\n" +
  176. " <td style=\"text-align: center;\">\n" +
  177. " <label onselectstart='return false'><input type='checkbox' id='video_gratis_sys_"+num+"' value='1'></label>" +
  178. " </td>\n" +
  179. " </tr>";
  180. $('#url-box_sys').append(html);
  181. layui.use('upload', function(){
  182. var upload = layui.upload;
  183. //执行实例
  184. //创建监听函数
  185. var xhrOnProgress=function(fun) {
  186. xhrOnProgress.onprogress = fun; //绑定监听
  187. //使用闭包实现监听绑
  188. return function() {
  189. var xhr = $.ajaxSettings.xhr(); //通过此方法获得XMLHttpRequest对象
  190. //判断监听函数是否为函数
  191. if (typeof xhrOnProgress.onprogress !== 'function') {
  192. return xhr;
  193. }
  194. //如果有监听函数并且xhr对象支持绑定时就把监听函数绑定上去
  195. if (xhrOnProgress.onprogress && xhr.upload) {
  196. xhr.upload.onprogress = xhrOnProgress.onprogress;
  197. }
  198. return xhr;
  199. }
  200. };
  201. upload.render({
  202. elem: "#upload_video_sys_"+num //绑定元素
  203. ,url: "{:url('Uploadify/upVideo', ['savepath'=>'media'])}" //上传接口
  204. ,accept: 'video' //视频
  205. ,exts: '{$media_type}'
  206. ,size: {$upload_max_filesize} //限制文件大小,单位 KB
  207. ,before: function(obj){
  208. $("#upload_video_sys_"+num).text('等待中...');
  209. }
  210. ,xhr:xhrOnProgress
  211. ,progress: function(percent) {
  212. //上传进度回调 value进度值
  213. $("#upload_video_sys_"+num).text('上传中...'+percent+'%');
  214. }
  215. ,done: function(res){
  216. if ("SUCCESS" == res.state) {
  217. var n = $(this.item).attr('data-num');
  218. $("#video_url_sys_"+n).val(res.url);
  219. $("#video_time_sys_"+n).val(res.time);
  220. $("#video_size_sys_"+n).val(res.size);
  221. $("#video_mime_sys_"+n).val(res.mime);
  222. $("#video_name_sys_"+n).val(res.title);
  223. $("#upload_video_sys_"+num).text('上传成功');
  224. setTimeout(function(){
  225. $('#upload_video_sys_'+num).text('本地上传');
  226. }, 2000 )
  227. }else {
  228. $("#upload_video_sys_"+num).text('上传失败');
  229. setTimeout(function(){
  230. $('#upload_video_sys_'+num).text('本地上传');
  231. }, 2000 )
  232. layer.msg(res.state,{icon: 2});
  233. }
  234. }
  235. ,error: function(){
  236. // layer.close(load); //关闭loading
  237. }
  238. });
  239. });
  240. }
  241. // 课件地址上传
  242. function upload_file_courseware_1585641738(e){
  243. var data_type = $(e).attr('data-type');
  244. if ('qiniu' == data_type) {
  245. upload_addonFieldExt_courseware_qiniu(e); // 七牛云上传
  246. } else if ('oss' == data_type) {
  247. upload_addonFieldExt_courseware_oss(e); // OSS上传
  248. } else if ('cos' == data_type) {
  249. upload_addonFieldExt_courseware_cos(e); // COS上传
  250. } else {
  251. var file = $(e)[0].files[0];
  252. if (!file) {
  253. return false;
  254. }
  255. var formData = new FormData();
  256. formData.append('file',file);
  257. $.ajax({
  258. type: 'post',
  259. url: "{:url('Uploadify/DownloadUploadFileAjax')}",
  260. data: formData,
  261. contentType: false,
  262. processData: false,
  263. dataType: 'json',
  264. xhr: function () { //获取ajaxSettings中的xhr对象,为它的upload属性绑定progress事件的处理函数
  265. myXhr = $.ajaxSettings.xhr();
  266. if (myXhr.upload) { //检查upload属性是否存在
  267. //绑定progress事件的回调函数
  268. // myXhr.upload.addEventListener('progress', progressHandlingFunction, false);
  269. myXhr.upload.addEventListener('progress', function(e){
  270. var curr = e.loaded;
  271. var total = e.total;
  272. process = parseInt(curr / total * 100);
  273. $("#upload_addonFieldExt_courseware_local").html('上传中...'+process+"%");
  274. });
  275. }
  276. return myXhr; //xhr对象返回给jQuery使用
  277. },
  278. success: function (res) {
  279. if (res.code==0){
  280. showErrorMsg(res.msg);
  281. $('#upload_addonFieldExt_courseware_local').html('本地上传');
  282. }if (res.state && !res.url) {
  283. showErrorMsg(res.state);
  284. $('#upload_addonFieldExt_courseware_local').html('本地上传');
  285. }else {
  286. $("#upload_addonFieldExt_courseware_local").html('上传成功');
  287. setTimeout(function(){
  288. $('#upload_addonFieldExt_courseware_local').html('本地上传');
  289. }, 2000 );
  290. var ori_url = $('#addonFieldExt_courseware').val();
  291. $("#addonFieldExt_courseware").val(res.url);
  292. //删除上次的文件
  293. if (ori_url) {
  294. del_media_file(ori_url)
  295. }
  296. }
  297. }
  298. })
  299. }
  300. }
  301. function upload_addonFieldExt_courseware_qiniu(obj)
  302. {
  303. var file = $("#courseware_file")[0].files[0]; //获取文件路径名
  304. var fileName = file.name;
  305. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  306. var ext = judgeExt(fileExt,1);
  307. if (ext==-1) {
  308. showErrorMsg('不支持选中的文件格式,可在附件设置中修改');
  309. return false;
  310. }
  311. var size = "{$upload_max_filesize}";
  312. if (file.size > size) {
  313. showErrorMsg('文件大小超过限制,可在附件设置中修改');
  314. return false;
  315. }
  316. $.ajax({
  317. type: 'POST',
  318. url: '__ROOT_DIR__/index.php?m=plugins&c=Qiniuyun&a=qiniu_upload',
  319. data: {_ajax:1},
  320. dataType: "JSON",
  321. success: function(res1){
  322. if (1 == res1.code){
  323. var token = res1.data.token;
  324. var formData = new FormData();
  325. formData.append('file', file);
  326. formData.append('token', token);
  327. fileName = res1.data.filePath + fileExt;
  328. formData.append('key', fileName);
  329. $.ajax({
  330. url: res1.data.uphost,
  331. type: 'POST',
  332. dataType: 'JSON',
  333. data: formData,
  334. timeout: 1200000,
  335. cache: false, //默认是true,但是一般不做缓存
  336. processData: false, //用于对data参数进行序列化处理,这里必须false;如果是true,就会将FormData转换为String类型
  337. contentType: false, //一些文件上传http协议的关系,自行百度,如果上传的有文件,那么只能设置为false
  338. xhr: function () { //获取ajaxSettings中的xhr对象,为它的upload属性绑定progress事件的处理函数
  339. myXhr = $.ajaxSettings.xhr();
  340. if (myXhr.upload) { //检查upload属性是否存在
  341. //绑定progress事件的回调函数
  342. // myXhr.upload.addEventListener('progress', progressHandlingFunction, false);
  343. myXhr.upload.addEventListener('progress', function(e){
  344. var curr = e.loaded;
  345. var total = e.total;
  346. process = parseInt(curr / total * 100);
  347. $("#upload_addonFieldExt_courseware_qiniu").html('上传中...'+process+"%");
  348. });
  349. }
  350. return myXhr; //xhr对象返回给jQuery使用
  351. },
  352. success: function(res2){
  353. $("#upload_addonFieldExt_courseware_qiniu").html('上传成功');
  354. setTimeout(function(){
  355. $('#upload_addonFieldExt_courseware_qiniu').html('七牛云上传');
  356. }, 2000 );
  357. var video_url = res1.data.domain+"/"+res2.key;
  358. $("#addonFieldExt_courseware").val(video_url);
  359. },
  360. error: function(e){
  361. showErrorMsg(e.responseText);
  362. return false;
  363. }
  364. });
  365. }else{
  366. $("#courseware_file").val('');
  367. showErrorMsg(res1.msg);
  368. }
  369. },
  370. error: function(e){
  371. $("#courseware_file").val('');
  372. showErrorMsg(e.responseText);
  373. }
  374. });
  375. }
  376. function upload_addonFieldExt_courseware_oss(obj)
  377. {
  378. var file = $("#courseware_file")[0].files[0]; //获取文件路径名
  379. var fileName = file.name;
  380. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  381. var ext = judgeExt(fileExt,1);
  382. if (ext==-1) {
  383. showErrorMsg('不支持选中的文件格式,可在附件设置中修改');
  384. return false;
  385. }
  386. var size = "{$upload_max_filesize}";
  387. if (file.size > size) {
  388. showErrorMsg('文件大小超过限制,可在附件设置中修改');
  389. return false;
  390. }
  391. $.ajax({
  392. type: 'POST',
  393. url: '__ROOT_DIR__/index.php?m=plugins&c=AliyunOss&a=oss_upload',
  394. data: {_ajax:1},
  395. dataType: "JSON",
  396. success: function(res1){
  397. if (1 == res1.code){
  398. fileName = res1.data.filePath + fileExt;
  399. //组装发送数据
  400. var request = new FormData();
  401. request.append("OSSAccessKeyId",res1.data.accessid);//Bucket 拥有者的Access Key Id。
  402. request.append("policy",res1.data.policy);//policy规定了请求的表单域的合法性
  403. request.append("Signature",res1.data.signature);//根据Access Key Secret和policy计算的签名信息,OSS验证该签名信息从而验证该Post请求的合法性
  404. request.append("key",fileName);//文件名字,可设置路径
  405. request.append("success_action_status",201);// 让服务端返回200,不然,默认会返回204
  406. request.append('file', file);//需要上传的文件 file
  407. $.ajax({
  408. url : res1.data.host, //上传阿里地址
  409. data : request,
  410. processData: false,
  411. cache: false,
  412. contentType: false,
  413. dataType: 'xml',
  414. type : 'post',
  415. xhr: function () { //获取ajaxSettings中的xhr对象,为它的upload属性绑定progress事件的处理函数
  416. myXhr = $.ajaxSettings.xhr();
  417. if (myXhr.upload) { //检查upload属性是否存在
  418. //绑定progress事件的回调函数
  419. myXhr.upload.addEventListener('progress', function(e){
  420. var curr = e.loaded;
  421. var total = e.total;
  422. var process = parseInt(curr / total * 100);
  423. $("#upload_addonFieldExt_courseware_oss").html('上传中...'+process+"%");
  424. });
  425. }
  426. return myXhr; //xhr对象返回给jQuery使用
  427. },
  428. success: function(res2){
  429. var res = $(res2).find('PostResponse');
  430. if (res) {
  431. var key = res.find('Key').text();
  432. $("#upload_addonFieldExt_courseware_oss").html('上传成功');
  433. setTimeout(function(){
  434. $('#upload_addonFieldExt_courseware_oss').html('oss上传');
  435. }, 2000 );
  436. var video_url = res1.data.domain+"/"+key;
  437. $("#addonFieldExt_courseware").val(video_url);
  438. }else{
  439. $("#upload_addonFieldExt_courseware_oss").html('上传失败');
  440. setTimeout(function(){
  441. $('#upload_addonFieldExt_courseware_oss').html('oss上传');
  442. }, 2000 );
  443. }
  444. },
  445. error: function(e){
  446. showErrorMsg(e.responseText);
  447. return false;
  448. }
  449. });
  450. }else{
  451. $("#courseware_file").val('');
  452. showErrorMsg(res1.msg);
  453. }
  454. },
  455. error: function(e){
  456. $("#courseware_file").val('');
  457. showErrorMsg(e.responseText);
  458. }
  459. });
  460. }
  461. function click_qiniu_sys(num)
  462. {
  463. $("#qiniu_click_sys_"+num).trigger("click");
  464. }
  465. function QiniuUpload(num)
  466. {
  467. var file = $("#qiniu_click_sys_"+num)[0].files[0]; //获取文件路径名
  468. var fileName = file.name;
  469. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  470. var ext = judgeExt(fileExt);
  471. if (ext==-1) {
  472. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  473. return false;
  474. }
  475. var size = "{$upload_max_filesize}";
  476. if (file.size > size) {
  477. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  478. return false;
  479. }
  480. $.ajax({
  481. type: 'POST',
  482. url: '__ROOT_DIR__/index.php?m=plugins&c=Qiniuyun&a=qiniu_upload',
  483. data: {_ajax:1},
  484. dataType: "JSON",
  485. success: function(res1){
  486. if (1 == res1.code){
  487. var token = res1.data.token;
  488. var formData = new FormData();
  489. formData.append('file', file);
  490. formData.append('token', token);
  491. fileName = res1.data.filePath + fileExt;
  492. formData.append('key', fileName);
  493. $.ajax({
  494. url: res1.data.uphost,
  495. type: 'POST',
  496. dataType: 'JSON',
  497. data: formData,
  498. timeout: 1200000,
  499. cache: false, //默认是true,但是一般不做缓存
  500. processData: false, //用于对data参数进行序列化处理,这里必须false;如果是true,就会将FormData转换为String类型
  501. contentType: false, //一些文件上传http协议的关系,自行百度,如果上传的有文件,那么只能设置为false
  502. xhr: function () { //获取ajaxSettings中的xhr对象,为它的upload属性绑定progress事件的处理函数
  503. myXhr = $.ajaxSettings.xhr();
  504. if (myXhr.upload) { //检查upload属性是否存在
  505. //绑定progress事件的回调函数
  506. // myXhr.upload.addEventListener('progress', progressHandlingFunction, false);
  507. myXhr.upload.addEventListener('progress', function(e){
  508. var curr = e.loaded;
  509. var total = e.total;
  510. process = parseInt(curr / total * 100);
  511. $("#qiniu_upload_video_sys_"+num).text('上传中...'+process+"%");
  512. });
  513. }
  514. return myXhr; //xhr对象返回给jQuery使用
  515. },
  516. success: function(res2){
  517. $("#qiniu_upload_video_sys_"+num).text('上传成功');
  518. setTimeout(function(){
  519. $('#qiniu_upload_video_sys_'+num).text('七牛云上传');
  520. }, 2000 )
  521. var video_url = res1.data.domain+"/"+res2.key;
  522. $("#video_url_sys_"+num).val(video_url);
  523. $("#video_mime_sys_"+num).val('');
  524. $("#video_name_sys_"+num).val(res2.key);
  525. var rx=/^https?:\/\//i;
  526. if (!rx.test(video_url)) {
  527. video_url = 'http:'+video_url;
  528. }
  529. $.ajax({
  530. type: 'GET',
  531. url: video_url+"?avinfo",
  532. data: {},
  533. dataType: "JSON",
  534. success: function (res3) {
  535. $("#video_time_sys_"+num).val(parseInt(res3.format.duration));
  536. $("#video_size_sys_"+num).val(res3.format.size);
  537. }
  538. })
  539. },
  540. error: function(e){
  541. showErrorMsg(e.responseText);
  542. return false;
  543. }
  544. });
  545. }else{
  546. $("#qiniu_click_sys_"+num).val('');
  547. showErrorMsg(res1.msg);
  548. }
  549. },
  550. error: function(e){
  551. $("#qiniu_click_sys_"+num).val('');
  552. showErrorMsg(e.responseText);
  553. }
  554. });
  555. }
  556. function click_oss_sys(num)
  557. {
  558. $("#oss_click_sys_"+num).trigger("click");
  559. }
  560. function OssUpload(num)
  561. {
  562. var file = $("#oss_click_sys_"+num)[0].files[0]; //获取文件路径名
  563. //获取视频时长start
  564. var url = URL.createObjectURL(file);
  565. var oVideo = document.createElement('video');
  566. var duration = 0;
  567. oVideo.setAttribute('src',url);
  568. oVideo.oncanplay = ()=>{
  569. duration = parseInt(oVideo.duration);
  570. }
  571. //获取视频时长end
  572. var fileName = file.name;
  573. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  574. var ext = judgeExt(fileExt);
  575. if (ext==-1) {
  576. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  577. return false;
  578. }
  579. var size = "{$upload_max_filesize}";
  580. if (file.size > size) {
  581. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  582. return false;
  583. }
  584. $.ajax({
  585. type: 'POST',
  586. url: '__ROOT_DIR__/index.php?m=plugins&c=AliyunOss&a=oss_upload',
  587. data: {_ajax: 1},
  588. dataType: "JSON",
  589. success: function(res1){
  590. if (1 == res1.code){
  591. fileName = res1.data.filePath + fileExt;
  592. //组装发送数据
  593. var request = new FormData();
  594. request.append("OSSAccessKeyId",res1.data.accessid);//Bucket 拥有者的Access Key Id。
  595. request.append("policy",res1.data.policy);//policy规定了请求的表单域的合法性
  596. request.append("Signature",res1.data.signature);//根据Access Key Secret和policy计算的签名信息,OSS验证该签名信息从而验证该Post请求的合法性
  597. request.append("key",fileName);//文件名字,可设置路径
  598. request.append("success_action_status",201);// 让服务端返回200,不然,默认会返回204
  599. request.append('file', file);//需要上传的文件 file
  600. $.ajax({
  601. url : res1.data.host, //上传阿里地址
  602. data : request,
  603. processData: false,
  604. cache: false,
  605. contentType: false,
  606. dataType: 'xml',
  607. type : 'post',
  608. xhr: function () { //获取ajaxSettings中的xhr对象,为它的upload属性绑定progress事件的处理函数
  609. myXhr = $.ajaxSettings.xhr();
  610. if (myXhr.upload) { //检查upload属性是否存在
  611. //绑定progress事件的回调函数
  612. myXhr.upload.addEventListener('progress', function(e){
  613. var curr = e.loaded;
  614. var total = e.total;
  615. var process = parseInt(curr / total * 100);
  616. $("#oss_upload_video_sys_"+num).text('上传中...'+process+"%");
  617. });
  618. }
  619. return myXhr; //xhr对象返回给jQuery使用
  620. },
  621. success : function(data) {
  622. var res = $(data).find('PostResponse');
  623. if (res) {
  624. var key = res.find('Key').text();
  625. $("#oss_upload_video_sys_"+num).text('上传成功');
  626. setTimeout(function(){
  627. $('#oss_upload_video_sys_'+num).text('oss上传');
  628. }, 2000 )
  629. var video_url = res1.data.domain+"/"+key;
  630. $("#video_url_sys_"+num).val(video_url);
  631. $("#video_mime_sys_"+num).val('');
  632. $("#video_name_sys_"+num).val(key);
  633. $("#video_time_sys_"+num).val(duration);
  634. $("#video_size_sys_"+num).val(file.size);
  635. }else{
  636. $("#oss_upload_video_sys_"+num).text('上传失败');
  637. setTimeout(function(){
  638. $('#oss_upload_video_sys_'+num).text('oss上传');
  639. }, 2000 )
  640. }
  641. },
  642. error : function(e) {
  643. console.log(e.responseText);
  644. }
  645. });
  646. }else{
  647. $("#oss_click_sys_"+num).val('');
  648. showErrorMsg(res1.msg);
  649. }
  650. },
  651. error: function(e){
  652. $("#oss_click_sys_"+num).val('');
  653. showErrorMsg(e.responseText);
  654. }
  655. });
  656. }
  657. /*腾讯云COS上传代码 --- 陈风任 --- 2021-02-03*/
  658. function click_cos_sys(num) {
  659. $("#cos_click_sys_"+num).trigger("click");
  660. }
  661. // 上传视频
  662. function CosUpload(num) {
  663. // 获取文件路径名
  664. var file = $("#cos_click_sys_"+num)[0].files[0];
  665. // 获取视频时长start
  666. var url = URL.createObjectURL(file);
  667. var oVideo = document.createElement('video');
  668. var duration = 0;
  669. oVideo.setAttribute('src', url);
  670. oVideo.oncanplay = ()=>{
  671. duration = parseInt(oVideo.duration);
  672. }
  673. // 获取视频时长end
  674. var fileName = file.name;
  675. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  676. var ext = judgeExt(fileExt);
  677. if (ext == -1) {
  678. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  679. return false;
  680. }
  681. var size = "{$upload_max_filesize}";
  682. if (file.size > size) {
  683. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  684. return false;
  685. }
  686. var formData = new FormData();
  687. formData.append('file', file);
  688. formData.append('file_ext', fileExt);
  689. $.ajax({
  690. type: 'post',
  691. url: '__ROOT_DIR__/index.php?m=plugins&c=Cos&a=cos_upload&_ajax=1',
  692. data: formData,
  693. contentType: false,
  694. processData: false,
  695. dataType: 'json',
  696. xhr: function () {
  697. myXhr = $.ajaxSettings.xhr();
  698. if (myXhr.upload) {
  699. myXhr.upload.addEventListener('progress', function(e){
  700. var curr = e.loaded;
  701. var total = e.total;
  702. process = parseInt(curr / total * 100);
  703. if (100 == process) {
  704. process = 99;
  705. layer_loading('上传腾讯云');
  706. }
  707. $("#cos_upload_video_sys_"+num).text('上传中...'+process+"%");
  708. });
  709. }
  710. return myXhr;
  711. },
  712. success: function(res) {
  713. layer.closeAll();
  714. if (1 == res.code) {
  715. $("#video_url_sys_" + num).val(res.data.url);
  716. $("#video_title_sys_" + num).val(res.data.name);
  717. $("#video_time_sys_" + num).val(duration);
  718. $("#video_size_sys_" + num).val(res.data.size);
  719. $("#cos_upload_video_sys_"+num).text('上传成功');
  720. } else {
  721. $("#cos_upload_video_sys_"+num).text('上传失败');
  722. }
  723. setTimeout(function(){
  724. $('#cos_upload_video_sys_'+num).text('cos上传');
  725. }, 2000);
  726. },
  727. error: function(e){
  728. layer.closeAll();
  729. $("#cos_click_sys_"+num).val('');
  730. showErrorMsg(e.responseText);
  731. }
  732. });
  733. }
  734. /* 批量导入视频信息 end */
  735. function urlToStr() {
  736. var video = [];
  737. $("#url-box_sys tr").each(function(){
  738. var n = $(this).attr('data-num');
  739. var arr ={};
  740. arr.file_url = $("#video_url_sys_"+n).val();
  741. if (!arr.file_url) {
  742. return true
  743. }
  744. arr.file_title = $("#video_title_sys_"+n).val();
  745. arr.file_name = $("#video_name_sys_"+n).val();
  746. arr.file_time = $("#video_time_sys_"+n).val();
  747. arr.file_size = $("#video_size_sys_"+n).val();
  748. arr.file_mime = $("#video_mime_sys_"+n).val();
  749. var gratis_checked = $("#video_gratis_sys_"+n).is(':checked');
  750. if (gratis_checked == true){
  751. arr.gratis = 1;
  752. } else{
  753. arr.gratis = 0;
  754. }
  755. video.push(arr);
  756. });
  757. video = JSON.stringify(video)
  758. $("#video").val(video)
  759. }
  760. //获取文件类型
  761. function judgeExt(ext,i) {
  762. var type = '';
  763. if (i==1){
  764. type = "{$file_type}";
  765. }else{
  766. type = "{$media_type}";
  767. }
  768. var extArr = [];
  769. extArr = type.split("|");
  770. var ext = ext.replace(".","");
  771. return extArr.indexOf(ext);
  772. }
  773. //删除
  774. function media_del(num) {
  775. var media_url = $("#video_url_sys_"+num).val();
  776. if (media_url) {
  777. del_media_file(media_url);
  778. }
  779. $(".media_del_1586481014_"+num).remove();
  780. }
  781. function del_media_file(path){
  782. var url = '';
  783. {if isset($channelRow.data.qiniuyun_open) && $channelRow.data.qiniuyun_open == 1}
  784. url = "{:url('plugins/Qiniuyun/deleteQny')}";
  785. {elseif isset($channelRow.data.oss_open) && $channelRow.data.oss_open == 1}
  786. url = "{:url('plugins/AliyunOss/deleteOss')}";
  787. {elseif isset($channelRow.data.cos_open) && $channelRow.data.cos_open == 1}
  788. url = "{:url('plugins/Cos/deleteCos')}";
  789. {else/}
  790. url = "{:url('user/Uploadify/del_local')}";
  791. {/if}
  792. $.ajax({
  793. type: 'GET',
  794. url: url,
  795. data: {_ajax: 1, filenames: path},
  796. success: function (res1) {
  797. }
  798. });
  799. }
  800. </script>