RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.Files Property

Provides access to the files uploaded in the HTTP request.

Pascal
property Files: TAbstractWebRequestFiles;
C++
__property TAbstractWebRequestFiles Files;

Use this property to find the specific instance of the object's TAbstractRequestFiles object. The TAbstractRequestFiles object contains uploaded files extracted from the HTTP request. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!