Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
WEB SEND BLOB
|
WEB SEND BLOB ( BLOB ; Typ ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
BLOB | BLOB |
![]() |
An den Browser zu sendendes BLOB | |||||
Typ | String |
![]() |
Datentyp des BLOB | |||||
Der Befehl WEB SEND 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: Die Liste der vom 4D HTTP Server unterstützten MIME Typen wird in der Datei "MimeTypes.xml" gesichert. Sie liegt in folgendem Ordner der 4D Applikation: [Contents]\Native components\HTTPServer.bundle\Contents\Resources.
Der Parameter KeinKontext wird lediglich zur Wahrung der Kompatibilität beibehalten. Er wird ab 4D Version 13 nicht mehr verwendet.
Die Verweise auf 4D Variablen und Tags vom Typ 4DSCRIPT in der Seite werden immer analysiert.
Siehe Beispiel zum Befehl PICTURE TO BLOB.
Produkt: 4D
Thema: Web Server
Nummer:
654
Erstellt: 4D v6.5
Umbenannt: 4D v13 (SEND HTML BLOB)
4D Programmiersprache ( 4D v20 R7)