Ingen beskrivning
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

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