Added exceptions to the diUpload method
This commit is contained in:
parent
39c6303bfb
commit
36a0722714
1 changed files with 2 additions and 1 deletions
|
|
@ -230,7 +230,8 @@ public abstract class AjaxFileUpload extends HttpServlet {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle the uppload
|
* Handle the uppload
|
||||||
|
* @throws ServletException
|
||||||
*/
|
*/
|
||||||
public abstract void doUpload(HttpServletRequest request, HttpServletResponse response,
|
public abstract void doUpload(HttpServletRequest request, HttpServletResponse response,
|
||||||
Map<String,String> fields, List<FileItem> files);
|
Map<String,String> fields, List<FileItem> files) throws ServletException;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue