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

TUploadedFile.FieldName

Form field name of the uploaded file

Declaration

Source position: httpdefs.pp line 233

public property TUploadedFile.FieldName : string
  read FFieldName
  write FFieldName;

Description

FieldName contains the name of the HTML form field that was used to upload the file. This corresponds to the 'name' attribute of the input element in the form.


Documentation generated on: Jan 16 2026