일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- PADDING
- html5
- POST 전송
- 배경이 가려진 레이어 팝업
- 중복필드
- 자동 로봇 글등록
- 일괄처리
- @tistory.com
- 네이버 지도API
- 치환
- MARGIN
- 암호화&복호화
- 2012 사진공모전
- 클라우드
- CSS
- Java
- 청보리밭
- fckeditor
- addbatch
- 고창
- apache tomcat 연동 보안
- 스크롤 이동
- 자바스크립트
- 비밀번호 유효성
- 다음메일
- XSS 차단
- WEB-INF 노출
- column명비교
- 퀵메뉴
- 스팸글 차단
- Today
- Total
그곰의 생활
fckeditor 2.6 자바 버전 upload 설정 본문
fckeditor 자바 버전인 fckeditor-java-core-2.6.jar 파일의 압축을 풀면
/net/fckeditor/handlers/default.properties 파일이 존재한다. 이 파일의 붉은색만 변경한다.
#
# FCKeditor - The text editor for Internet - http://www.fckeditor.net
# Copyright (C) 2004-2009 Frederico Caldeira Knabben
#
# == BEGIN LICENSE ==
#
# Licensed under the terms of any of the following licenses at your
# choice:
#
# - GNU General Public License Version 2 or later (the "GPL")
# http://www.gnu.org/licenses/gpl.html
#
# - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
# http://www.gnu.org/licenses/lgpl.html
#
# - Mozilla Public License Version 1.1 or later (the "MPL")
# http://www.mozilla.org/MPL/MPL-1.1.html
#
# == END LICENSE ==
#
# Default properties for FCKeditor.Java
#
# @version $Id: default.properties 2927 2009-01-18 16:43:47Z mosipov $
# default allowed extensions settings
connector.resourceType.file.extensions.allowed = 7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip
connector.resourceType.image.extensions.allowed = bmp|gif|jpeg|jpg|png
connector.resourceType.flash.extensions.allowed = swf|fla
connector.resourceType.media.extensions.allowed = aiff|asf|avi|bmp|fla|flv|gif|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|png|qt|ram|rm|rmi|rmvb|swf|tif|tiff|wav|wma|wmv
# default resource type paths
connector.resourceType.file.path = /file
connector.resourceType.image.path = /image
connector.resourceType.flash.path = /flash
connector.resourceType.media.path = /media
# Due to security issues with Apache modules, it is recommended to leave this
# setting enabled.
connector.forceSingleExtension = true
# base URL path for the userfiles
connector.userFilesPath = /upload/editor
# base system path on the backend for the userfiles
connector.userFilesAbsolutePath = /upload/editor
# Instructs the Connector to check, if the uploaded image is really one
connector.secureImageUploads = true
# directory of the editor relative to the context root
fckeditor.basePath = /fckeditor
# default height of the editor
fckeditor.height = 200
# default toolbar set of the editor
fckeditor.toolbarSet = Default
# default width of the editor
fckeditor.width = 100%
# default implementations
connector.impl = net.fckeditor.connector.impl.ContextConnector
connector.userActionImpl = net.fckeditor.requestcycle.impl.DisabledUserAction
connector.userPathBuilderImpl = net.fckeditor.requestcycle.impl.ContextPathBuilder
localization.localeResolverImpl = net.fckeditor.localization.impl.AcceptLanguageHeaderResolver
[출처] fckeditor 2.6 자바 버전 업로드 경로 변경|작성자 변두리
'Server-side > Lang' 카테고리의 다른 글
[스크랩]JSP 스팸글 차단 - 조그마한거 (0) | 2011.11.17 |
---|---|
[스크랩]JSP 자동등록 방지 (0) | 2011.11.17 |
XSS 차단 java 선언 (2) | 2011.10.04 |
문자열 치환 (0) | 2011.06.30 |
일괄처리 addBatch() 함수 (0) | 2011.06.30 |