메뉴 건너뛰기

(주)융정보통신

서버환경설정의 Content-Type

융정보통신 2017.05.24 14:57 조회 수 : 188

이지젠 서버환경설정에 보면 Content-Type을 지정하는 부분이 있습니다.

서버 환경 설정 - 구성 - Address(주소) - Content-Type

이부분은 MIME Type을 지정해 주는 부분 입니다.

이지젠의 경우는 서버모듈과 통신하는 방법이 어떻다라는 것을 설정하는 데 사용 합니다.

이지젠에서는 text/html;을 설정해 주면 됩니다.

간혹 이지젠문서가 쿼리를 실행하려고 할 때 "서버와의 연결을 재설정 합니다." 라는
메세지가 나오면서 쿼리실행이 안되는 경우에 Content-Type을 text/html;로 지정해 주면
해결되는 경우가 있습니다.

Content-Type에 대한 설명은 아래 내용을 참고하도록 하겠습니다.


MIME Type - Content-Type | 컴퓨터/인터넷 2004/11/30 18:03


http://blog.naver.com/hanic71/120008080331


MIME에서 제공하는 content-type에는

'text', 'image', 'audio', 'video', 'message', multipart', 'application'의

총 7가지가 존재하며 각 content-type마다 sub-type이 존재합니다.

Text의 sub-type으로는 'plaintext'와 'richtext'가 존재합니다.
Image의 sub-type형태로는 'gif'포맷과 'jpeg'포맷이 존재합니다.
Audio의 sub-type으로는 'basic'이 있습니다.
Video의 sub-type으로 'mpeg'이 존재합니다.


Application
액셀 화일이라든지, 파워 포인트 화일등을 표시 할수 있습니다.


----------------------------------------------------------------------------

첫번째줄의 내용은 MIME-Type
두번째줄의 내용은 어떤 화일인지 부연 설명
세번째중의 내용은 화일의 확장자 입니다.
참고 하세요.


application/acad
AutoCAD drawing files
dwg

application/clariscad
ClarisCAD files
ccad

application/dxf
DXF (AutoCAD)
dxf

application/msaccess
Microsoft Access file
mdb

application/msword
Microsoft Word file
doc

application/octet-stream
Uninterpreted binary
bin

application/pdf
PDF (Adobe Acrobat)
pdf

application/postscript
PostScript, encapsulated PostScript,
Adobe Illustrator
ai, ps, eps

application/rtf
Rich Text Format file
rtf rtf

application/vnd.ms-excel
Microsoft Excel file
xls

application/vnd.ms-powerpoint
Microsoft PowerPoint file
ppt

application/x-cdf
Channel Definition Format file
cdf

application/x-csh
C-shell script
csh csh

application/x-dvi
TeX
dvi dvi dvi

application/x-javascript
JavaScript source file
js

application/x-latex
LaTeX source file
latex

application/x-mif
FrameMaker MIF format
mif

application/x-msexcel
Microsoft Excel file
xls

application/x-mspowerpoint
Microsoft PowerPoint file
ppt

application/x-tcl
TCL script
tcl

application/x-tex
TeX source file
tex

application/x-texinfo
Texinfo (emacs)
texinfo, texi

application/x-troff
troff file
t, tr, roff t, tr, roff

application/x-troff-man
troff with MAN macros
man

application/x-troff-me
troff with ME macros
me

application/x-troff-ms
troff with MS macros
ms

application/x-wais-source
WAIS source file
src

application/zip
ZIP archive
zip

audio/basic
Basic audio (usually m-law)
au, snd

audio/x-aiff
AIFF audio
aif, aiff, aifc

audio/x-wav
Windows WAVE audio
wav

image/gif
GIF image
gif

image/ief
Image Exchange Format file
ief

image/jpeg
JPEG image
jpeg, jpg jpe

image/tiff
TIFF image
tiff, tif

image/x-cmu-raster
CMU Raster image
ras

image/x-portable-anymap
PBM Anymap image format
pnm

image/x-portable-bitmap
PBM Bitmap image format
pbm

image/x-portable-graymap
PBM Graymap image format
pgm

image/x-portable-pixmap
PBM Pixmap image format
ppm

image/x-rgb
RGB image format
rgb

image/x-xbitmap
X Bitmap image
xbm

image/x-xpixmap
X Pixmap image
xpm

image/x-xwindowdump
X Windows Dump (xwd)
xwd

multipart/x-gzip
GNU ZIP archive
gzip

multipart/x-zip
PKZIP archive
zip

text/css
Cascading style sheet
css

text/html
HTML file
html, htm

text/plain
Plain text
txt

text/richtext
MIME Rich Text
rtx

text/tab-separated- values
Text with tab-separated values
tsv

text/xml
XML document
xml

text/x-setext
Struct-Enhanced text
etx

text/xsl
XSL style sheet
xsl

video/mpeg
MPEG video
mpeg, mpg, mpe

video/quicktime
QuickTime video
qt, mov

video/x-msvideo
Microsoft Windows video
avi

video/x-sgi-movie
SGI movie player format
movie

출처 : http://blog.naver.com/hanic71?Redirect=Log&logNo=120008080331
                        

번호 제목 글쓴이 날짜 조회 수
22 브라우져 32/64비트에 따른 이지젠 CAB파일 처리 융정보통신 2017.05.24 100
21 [JScript] FarPoint Spread 연동 file 융정보통신 2017.05.24 34
20 [JScript] 클라이언트 및 서버 정보 샘플 융정보통신 2017.05.24 21
19 [JScript] 각종 Trim함수 융정보통신 2017.05.24 41
18 [JScript]숫자값을 1000단위마다 ',' 표시 융정보통신 2017.05.24 30
17 [JScript]숫자여부체크 융정보통신 2017.05.24 10
16 [JScript]날짜체크 함수 융정보통신 2017.05.24 18
15 [JScript]재외국인 번호 체크 융정보통신 2017.05.24 109
14 [JScript]사업자,법인 등록번호 체크 융정보통신 2017.05.24 275
13 이지젠으로 만든 QRCODE 명함(MECARD) file 융정보통신 2017.05.24 21
12 [JScript] Calendar file 융정보통신 2017.05.24 14
11 [JScript] TabControl 탭 숨기기, 보이기 융정보통신 2017.05.24 50
10 [JScript] 배열을 이용한 replaceAll 함수 구현 융정보통신 2017.05.24 8
» 서버환경설정의 Content-Type 융정보통신 2017.05.24 188
8 계산필드를 이용해 Serial Number 만들기 file 융정보통신 2017.05.24 29
7 Formula에서 엔터값 계산 융정보통신 2017.05.24 14
6 스크립트와 이지젠 멤버함수 / 파이어 이벤트 / 파라메터 값 넘기기 file 융정보통신 2017.05.24 133
5 EZgen Unicode 버젼 사용방법. 융정보통신 2017.05.24 129
4 UpLoadFile로 서버에 저장한 파일을 무조건 다운로드 받게 하는 방법(JAVA)입니다. 융정보통신 2017.05.24 42
3 UpLoadFile로 서버에 저장한 파일을 무조건 다운로드 받게 하는 방법(IIS)입니다. 융정보통신 2017.05.24 36
위로