logo
GeekFormat

Content-Disposition Parser

Content-Disposition Ayrıştırıcı

Content-Disposition üstbilgilerini ayrıştırın: uluslararasılaştırılmış dosya adları ve RFC 5987 kodlaması için atma türü, dosya adı ve filename*.

Ayrıştırma Özeti

Atma Türü
attachment
Geçerli Dosya Adı
report Q2.csv
dosya adı
report.csv
filename*
UTF-8''report%20Q2.csv

Oluşturucu

attachment; filename="report.csv"; filename*=UTF-8''report%20Q2.csv

JSON Önizleme

{
  "type": "attachment",
  "parameters": {
    "filename": "report.csv",
    "filename*": "UTF-8''report%20Q2.csv"
  },
  "effectiveFilename": "report Q2.csv",
  "warnings": []
}