Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

아래와 같은 업로드 및 임포트 관련 설정 기능을 제공합니다.

Key설명
editor.import.maxSize

임포트 최대 파일사이즈를 설정합니다(byte).
이 사이즈는 브라우저(Client)에서 설정하는 값으로 이 값과 무관하게 서버 설정에 따라 임포트 가능한 파일 크기가 달라 질 수 있습니다.

editor.import.api임포트 API(URL)를 전송합니다. 해당 API (URL)로 문서 파일을 전송합니다.
editor.import.param임포트 요청시 함께 전송 할 파라메터를 설정합니다.
editor.import.fileFieldName임프트시 사용하는 formData file field의 이름을 설정합니다. (기본값 file)
editor.import.selectArea.word워드 계열 문서를 임포트 할 때 영역 선택 기능 사용여부를 설정합니다. (기본값 false)
editor.upload.maxSize
editor.upload.image.api
editor.video.image.param
editor.video.image.api
editor.file.image.param
editor.upload.image.api
editor.file.image.param


  • No labels