點選上傳按鈕,檔案自動上傳

2022-05-17 15:07:27 字數 2029 閱讀 9022

1

<

input

type

="button"

class

="button green"

value

="上傳"

onclick

= "$('#upload1').click();"

>

2<

input

type

="button"

class

="button green"

value

="上傳"

onclick

= "$('#upload2').click();"

>

3<

input

type

="file"

id="upload1"

name

="upload"

onchange

="ajaxfileupload(this,1)"

style

="display:none"

>

4<

input

type

="file"

id="upload2"

name

="upload"

onchange

="ajaxfileupload(this,2)"

style

="display:none"

>

1

function

ajaxfileupload(obj,ids) , //

返回值型別 一般設定為json

15 success : function(data) else

if(data.retcode="101")else

if(data.retcode="1")

24},

25 error : function(data)

28 });

action部分的**:

1  

private file upload;//必須與你的file檔案上傳域的name一致

private string uploadcontenttype;

private string uploadfilename;

public

string uploadfile()else

//以上是上傳的**,下面為將上傳的資訊寫入資料庫

16if(files==null

)19 system.out.println(fileid+"*****===");

20if(fileid!=null&&!"".equals(fileid))else

39if("2".equals(params))

43if("3".equals(params))

8788

exhiservice.addfile(files);

89 log.info("upload {} success!!!");

90 resultmap.put("retcode", retcode.success);

91 resultmap.put("retmsg", "上傳成功");92}

9394 } catch

(exception e) unknow_wrong!!!",e);

96 resultmap.put("retcode", retcode.unkown_wrong);

97 resultmap.put("retmsg", "上傳出錯");98}

99return

success;

100 }

有需要的也可以去這個位址看看,我就是看這個部落格的才做出來的。

點選上傳按鈕,檔案自動上傳

1 input type button class button green value 上傳 onclick upload1 click 2 input type button class button green value 上傳 onclick upload2 click 3 input ty...

FTP自動上傳

ftp自動上傳 主要難點是shell中使用ftp客戶端將日誌檔案上傳到伺服器中,當然要先搭建乙個ftp伺服器,並且在cron排程時伺服器要開啟啊 要不然上傳哪兒去。shell bin bash ftp n 10.1.13.36 21 cmds user admin admin 後面兩個分別為使用者名...

el upload 手動上傳檔案

檔案上傳的後端位址 選擇檔案 上傳檔案 選擇檔案並顯示檔名 檔案大小 狀態 等 handlechange file,filelist else if size 0.1 1024 1024 else if size 0.1 1024 1024 1024 else let name file.name ...