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

TUploadedFiles.FileByName

Returns an uploaded file by field name

Declaration

Source position: httpdefs.pp line 258

public function TUploadedFiles.FileByName(

  const AName: string

):TUploadedFile;

Arguments

AName

  

Field name of the uploaded file to find

Function result

Uploaded file with the specified field name or nil if not found

Description

FileByName searches for and returns an uploaded file with the specified field name. Returns nil if no file with the given field name is found.


Documentation generated on: Jan 16 2026