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 240

public function TUploadedFiles.FileByName(

  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: Aug 28 2026 Report a problem on this page