Section courante

A propos

Section administrative du site

 Protocole  Élément  Annexe 
AppleTalk
FTP (File Transfer Protocol)
HTTP (HyperText Transfer Protocol)
ICMP (Internet Control Message Protocol)
IMAP (Internet Message Access Protocol)
IP (Internet Protocol)
LDAP (Lightweight Directory Access Protocol)
LINX
POP3 (Pop Office Protocol-3)
PPP (Point-to-Point Protocol)
QUIC (Quick UDP Internet Connections)
RDP (Remote Desktop Protocol)
SMTP (Mail Transfer Protocol)
SOAP (Simple Object Access Protocol)
SSL (Secure Socket Layer)
TCP (Transfer Control Protocol)
TCP/IP (Transfer Control Protocol/Internet Protocol)
TELNET (TErminal NETwork)
TLS (Transport Layer Security)
UDP (User Datagram Protocol)
XML-RPC (Remote procedure call-Extensible Markup Language)
Introduction
Entêtes
Méthodes
Référence des messages d'états et d'erreurs HTTP
Requête HTTP via TELNET

Content-Disposition:

Disposition du contenu
HTTP Entêtes

Syntaxe

Content-Disposition: inline
Content-Disposition: attachment
Content-Disposition: attachment; filename="filename.ext"
Content-Disposition: form-data
Content-Disposition: form-data; name="fieldName"
Content-Disposition: form-data; name="fieldName"; filename="filename.ext"

Paramètres

Nom Description
filename.ext Ce paramètre permet d'indiquer un nom de fichier et son extension.
fieldName Ce paramètre permet d'indiquer un nom de champ.
attachment Ce paramètre permet d'indiquer un fichier en attachement.
form-data Ce paramètre permet d'indiquer plusieurs parties.

Description

Ce champ d'entête permet d'indiquer si le contenu doit être affiché en ligne dans le navigateur Web, soit en tant que page Web ou dans une page Web, ou en pièce jointe est téléchargeable et enregistré localement.

Remarques



Dernière mise à jour : Vendredi, le 10 janvier 2020