You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
605 B
19 lines
605 B
<%@page import="kr.co.kihyun.moumi.MoumiConfig"%> |
|
<%@page import="java.io.File"%> |
|
<%@page import="java.io.PrintWriter"%> |
|
<%@page import="kr.co.kihyun.io.FileUtil"%> |
|
<%@page import="java.util.ArrayList"%> |
|
<%@page contentType="text/html; charset=utf-8" %> |
|
<%@page pageEncoding="utf-8" %> |
|
<% |
|
try{ |
|
//ArrayList<String> fns= FileUtil.getBoardAttachmentsFileNames(new Long(397864), request,false); |
|
//File file=new File(); |
|
out.print(FileUtil.getGlobalBoardAttachmentsPath()); |
|
}catch(Exception ex){ |
|
out.print(ex.getMessage()); |
|
out.print(new PrintWriter(response.getOutputStream())); |
|
} |
|
|
|
%> |
|
|
|
|