Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TUploadedFile.ContentType

MIME content type of the uploaded file

Declaration

Source position: httpdefs.pp line 237

public property TUploadedFile.ContentType : string
  read FContentType
  write FContentType;

Description

ContentType contains the MIME type of the uploaded file as specified by the client. This indicates the type of content in the file (e.g., 'image/jpeg', 'text/plain').


Documentation generated on: Jan 16 2026