国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > WEB開發 > 正文

ajax上傳文件

2024-04-27 15:03:30
字體:
來源:轉載
供稿:網友

js寫法:

UploadNote : function (lt_id){

    $.AjaxFileUpload({        url:urla,        secureuri:false,        fileElementId:'upload_file_'+lt_id,        dataType: 'text',        success: function (data,status) {            var a = data.split('#');            if (a[0] == 'ok'){                alert('上傳成功');            }else{                if(a[0].length<30) {                    alert(a[0]);                } else {                    alert('格式錯誤,必須為圖片或Word文檔或pdf文件');                }            }            window.location.reload();        },        error: function (data,status,e) {            alert('上傳失敗,網絡錯誤:'+e);        }    });

},

UploadWxPic : function (cs_id){    $.ajaxFileUpload({        url:urla,        secureuri:false,        fileElementId:'upload_pic',        dataType: 'text',        success: function (data,status) {            if (data == 'ok'){                alert('上傳成功');            }else{                alert(data);            }            window.location.reload();        },        error: function (data,status,e) {            alert('上傳失敗,網絡錯誤:'+e);        }    });},

html寫法:

<input id="upload_file_{$v['lt_id']}" name="upload_file" style="display:none;" type="file"  onchange="mLive.UploadNote({$v['lt_id']});return false;"><!--{if $v['file']}-->已上傳<br /><a href="javascript:void(0);"  onclick="$('#upload_file_{$v[lt_id]}').click();">修改</a><!--{else}--><button class="btn btn_ptype"  onclick="$('#upload_file_{$v[lt_id]}').click();">上傳</button><!--{/if}-->

html中加載的js文件

<script src='public/js/ajaxfileupload.js'></script>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 道孚县| 平果县| 蓬莱市| 金堂县| 新巴尔虎左旗| 恩平市| 玉田县| 紫云| 开鲁县| 武邑县| 舞阳县| 遵义县| 内乡县| 宾川县| 贵溪市| 南阳市| 安义县| 工布江达县| 旌德县| 重庆市| 芦山县| 香格里拉县| 柳江县| 靖西县| 湟源县| 连江县| 中牟县| 库车县| 洛南县| 济阳县| 新河县| 思南县| 临潭县| 井冈山市| 翼城县| 岗巴县| 龙川县| 高碑店市| 平阳县| 宜州市| 霍邱县|