public class Upload extends Object
| Constructor and Description |
|---|
Upload() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDropZoneId() |
javax.servlet.http.Part |
getFile1() |
javax.servlet.http.Part |
getFile2() |
javax.servlet.http.Part[] |
getFileAjax() |
javax.servlet.http.Part[] |
getFileDnd() |
javax.servlet.http.Part[] |
getFileMulti() |
List<UploadItem> |
getList() |
void |
setFile1(javax.servlet.http.Part file1) |
void |
setFile2(javax.servlet.http.Part file2) |
void |
setFileAjax(javax.servlet.http.Part[] fileAjax) |
void |
setFileDnd(javax.servlet.http.Part[] fileDnd) |
void |
setFileMulti(javax.servlet.http.Part[] fileMulti) |
String |
upload() |
void |
upload(javax.servlet.http.Part part) |
void |
upload(javax.servlet.http.Part[] files) |
public String upload()
public void upload(javax.servlet.http.Part[] files)
public void upload(javax.servlet.http.Part part)
public javax.servlet.http.Part getFile1()
public void setFile1(javax.servlet.http.Part file1)
public javax.servlet.http.Part getFile2()
public void setFile2(javax.servlet.http.Part file2)
public javax.servlet.http.Part[] getFileMulti()
public void setFileMulti(javax.servlet.http.Part[] fileMulti)
public javax.servlet.http.Part[] getFileAjax()
public void setFileAjax(javax.servlet.http.Part[] fileAjax)
public javax.servlet.http.Part[] getFileDnd()
public void setFileDnd(javax.servlet.http.Part[] fileDnd)
public List<UploadItem> getList()
public String getDropZoneId()
Copyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.