Returns an uploaded file by field name
Source position: httpdefs.pp line 258
public function TUploadedFiles.FileByName( |
const AName: string |
AName |
|
Field name of the uploaded file to find |
Uploaded file with the specified field name or nil if not found
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.