4D v13.4WEB SEND BLOB |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
WEB SEND BLOB
|
WEB SEND BLOB ( BLOB ; Typ {; KeinKontext} ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
BLOB | BLOB |
![]() |
An den Browser zu sendendes BLOB | |||||
Typ | String |
![]() |
Datentyp des BLOB | |||||
KeinKontext | Boolean |
![]() |
***Nicht in Verwendung*** | |||||
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: Weitere Informationen dazu finden Sie unter http://www.iana.org unter dem Abschnitt “Protocol Numbers and Assignment Services”.
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 GIF.
Produkt: 4D
Thema: Web Server
Nummer:
654
Alphabetische Liste der Befehle
Erstellt: 4D v6.5
Umbenannt: 4D v13