RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebRequestFile.Stream Property

Provides access to the contents of the uploaded file.

Pascal
property Stream: TStream;
C++
__property TStream Stream;

Use Stream to read the content of the uploaded file. Call the Read method of this stream to read the file contents.

Note: The ContentType property indicates the format used to encode the file contents that you read from Stream.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!