4D v12.4SEND HTML BLOB |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v12.4
SEND HTML BLOB
|
SEND HTML BLOB ( BLOB ; Typ {; KeinKontext} ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
BLOB | BLOB |
![]() |
An den Browser zu sendendes BLOB | |||||
Typ | String |
![]() |
Datentyp des BLOB | |||||
KeinKontext | Boolean |
![]() |
True = Wechsle in nicht kontextuellen Modus, False = Wechsle in kontextuellen Modus | |||||
Der Befehl SEND HTML BLOB sendet BLOB an den Browser.
In Typ geben Sie den im BLOB enthaltenen Datentyp an. Sie können zwischen folgenden Typen wählen:
Hier ist die Liste der gängigsten MIME Typen:
Erweiterung | Mime/Typ |
.htm | text/html |
.html | text/html |
.shtml | text/html |
.shtm | text/html |
.css | text/css |
application/pdf | |
.rtf | application/rtf |
.ps | application/postscript |
.eps | application/postscript |
.hqx | application/mac-binhex40 |
.js | application/javascript |
.json | application/json |
.txt | text/plain |
.text | text/plain |
.gif | image/gif |
.jpg | image/jpeg |
.jpeg | image/jpeg |
.jpe | image/jpeg |
.jfif | image/jpeg |
.pic | image/pict |
.pict | image/pict |
.tif | image/tiff |
.tiff | image/tiff |
.mpeg | video/mpeg |
.mpg | video/mpeg |
.mov | video/quicktime |
.moov | video/quicktime |
.aif | audio/aiff |
.aiff | audio/aiff |
.wav | audio/wav |
.ram | audio/x-pn-realaudio |
.sit | application/x-stuffit |
.bin | application/x-stuffit |
.xml | application/xml |
.z | application/x-zip |
.zip | application/x-zip |
.gz | application/x-gzip |
.tar | application/x-tar |
Hinweis: Weitere Informationen dazu finden Sie unter http://www.iana.org unter dem Abschnitt “Protocol Numbers and Assignment Services”.
Der Parameter KeinKontext ist ab 4D Version 12 überholt. Er wird lediglich zur Wahrung der Kompatibilität beibehalten.
Die Verweise auf 4D Variablen und Tags vom Typ 4DSCRIPT in der Seite werden immer analysiert.
Siehe Beispiel zum Befehl PICTURE TO GIF.
Produkt: 4D
Thema: Web Server
Nummer:
654
Erstellt: 4D v6.5