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

TUploadedFile

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: httpdefs.pp line 200

type TUploadedFile = class(TCollectionItem)

protected

  procedure DeleteTempUploadedFile; virtual;

  function GetStream; virtual;

  procedure FreeStream; virtual;

public

  destructor Destroy; override;

  property FieldName: string; [rw]

  property FileName: string; [rw]

  property Stream: TStream; [r]

  property Size: Int64; [rw]

  property ContentType: string; [rw]

  property Disposition: string; [rw]

  property LocalFileName: string; [rw]

  property Description: string; [rw]

end;

Inheritance

TUploadedFile

|

TObject


Documentation generated on: 2023-03-18