Finds an uploaded file by field name
Source position: httpdefs.pp line 259
public function TUploadedFiles.FindFile( |
const AName: string |
AName |
|
Field name of the uploaded file to find |
Uploaded file with the specified field name or nil if not found
FindFile locates and returns an uploaded file with the specified field name. This method is an alias for FileByName.