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

TUploadedFiles.FindFile

Finds an uploaded file by field name

Declaration

Source position: httpdefs.pp line 259

public function TUploadedFiles.FindFile(

  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

FindFile locates and returns an uploaded file with the specified field name. This method is an alias for FileByName.


Documentation generated on: Jan 16 2026