commonsMultipartFile.getFileItem().getName() 사용시 경로 넘어오는 문제. 7월 30, 2012 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 commonsMultipartFile를 사용하여 업로드된 파일이름을 가져올때 C:\부터 시작해서 파일이름을 절대경로로 가져오는경우가 있다. 이건 브라우저에 따라 다른데 내가 확인했을땐 IE6에서만 그런 동작을 보였다. 파일이름만 가져오려면 commonsMultipartFile.getOriginalFilename() 를 사용해야 한다. 관련링크 http://stackoverflow.com/questions/7649395/reading-the-location-from-where-the-image-is-uploaded 댓글
댓글