jQuery插件AjaxFileUpload實(shí)現(xiàn)ajax文件上傳
來源:易賢網(wǎng) 閱讀:826 次 日期:2016-07-06 09:14:29
溫馨提示:易賢網(wǎng)小編為您整理了“jQuery插件AjaxFileUpload實(shí)現(xiàn)ajax文件上傳”,方便廣大網(wǎng)友查閱!

本文實(shí)例為大家分享了AjaxFileUpload實(shí)現(xiàn)文件上傳的具體代碼,供大家參考,具體內(nèi)容如下

jQuery插件AjaxFileUpload用來實(shí)現(xiàn)ajax文件上傳,該插件使用非常簡單,接下來寫個(gè)demo演示怎么用AjaxFileUpload插件實(shí)現(xiàn)文件上傳。

1、引入AjaxFileUpload插件相關(guān)的js

代碼如下:

<script type="text/javascript" src="<%=basePath%>resources/js/jquery-1.2.1.js"></script>

<script type="text/javascript" src="<%=basePath%>resources/js/ajaxfileupload.js"></script>

備注:測(cè)試發(fā)現(xiàn),ajaxfileupload對(duì)jQuery版本是有要求的,在使用中ajaxfileupload和jQuery對(duì)應(yīng)的js版本要一致,不然會(huì)導(dǎo)致異常發(fā)生,可以從ajaxfileupload官網(wǎng)下載,避免版本沖突。

2、實(shí)現(xiàn)上傳功能代碼

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>

<%@ include file="/base.jsp" %>

<%

String path = request.getContextPath();

String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";

%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

 <head>

  <base href="<%=basePath%>">

  <title>ajax文件上傳</title>

  <meta http-equiv="pragma" content="no-cache">

  <meta http-equiv="cache-control" content="no-cache">

  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 

  <meta http-equiv="expires" content="0">  

  <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">

  <meta http-equiv="description" content="This is my page">

  <link rel="stylesheet" type="text/css" href="validate/ajaxfileupload.css" />

  <script type="text/javascript" src="validate/jquery-1.6.2.min.js"></script>

  <script type="text/javascript" src="validate/ajaxfileupload.js" ></script>

  <script type="text/javascript">

  $(function(){

    //上傳圖片

    $("#btnUpload").click(function() {

        alert(ajaxFileUpload());

    });

  });

  function ajaxFileUpload() {

    // 開始上傳文件時(shí)顯示一個(gè)圖片

    $("#wait_loading").ajaxStart(function() {

      $(this).show();

    // 文件上傳完成將圖片隱藏起來

    }).ajaxComplete(function() {

      $(this).hide();

    });

    var elementIds=["flag"]; //flag為id、name屬性名

    $.ajaxFileUpload({

      url: 'uploadAjax.htm', 

      type: 'post',

      secureuri: false, //一般設(shè)置為false

      fileElementId: 'file', // 上傳文件的id、name屬性名

      dataType: 'text', //返回值類型,一般設(shè)置為json、application/json

      elementIds: elementIds, //傳遞參數(shù)到服務(wù)器

      success: function(data, status){ 

        alert(data);

      },

      error: function(data, status, e){ 

        alert(e);

      }

    });

    //return false;

  }

  </script>

 </head>

 <body>

  <div id="wait_loading" style="padding: 50px 0 0 0;display:none;">

    <div style="width: 103px;margin: 0 auto;"><img src="<%=path %>/images/loading.gif"/></div>

    <br></br>

    <div style="width: 103px;margin: 0 auto;"><span>請(qǐng)稍等...</span></div>

    <br></br>

  </div>

  <input type="file" id="file" name="file"><br/>

  <input type="hidden" id="flag" name="flag" value="ajax文件上傳"/>

  <input type="button" id="btnUpload" value="上傳圖片" />

 </body>

</html>

以上就是本文的全部內(nèi)容,希望對(duì)大家學(xué)習(xí)jquery程序設(shè)計(jì)有所幫助。

更多信息請(qǐng)查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:jQuery插件AjaxFileUpload實(shí)現(xiàn)ajax文件上傳
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)