스프링


public class UPloadPath {

	public static String attach_path ="resources/uploads/";
	
	public static String path(HttpServletRequest request){	
		String uploadPath ="";
		
		try{
			String root_path =request.getServletContext().getRealPath("/");
			
			uploadPath =root_path+attach_path.replace('/', File.separatorChar);
			
		}catch(Exception e){
			e.printStackTrace();
		}
		
		return uploadPath;
	}
	
	
}

 

 

-> 출력

 

C:\dev\macaronics-spring-two\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\web\resources\uploads\

 

spring

 

about author

PHRASE

Level 60  머나먼나라

어질병이 지랄병 된다 , 작은 병통을 다스리지 않고 그냥 두면 큰 병통이 된다는 말.

댓글 ( 4)

댓글 남기기

작성

스프링 목록    more