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

TUploadedFile.LocalFileName

Local temporary filename where file is stored

Declaration

Source position: httpdefs.pp line 239

public property TUploadedFile.LocalFileName : string
  read FLocalFileName
  write FLocalFileName;

Description

LocalFileName contains the path to the temporary file where the uploaded content is stored on the server. This file is created during the upload process and should be moved or copied to a permanent location if needed.


Documentation generated on: Jan 16 2026