SetClientBuffer Method
Commits a data buffer to the server component.
procedure SetClientBuffer(ConnectionID: Int64; Handle: String; Value: TBytes);
Remarks
Use this method to commit a data buffer passed via the Value parameter to the server control in a thread-safe way.
One example where you might need to pass your buffer to the server is when customizingupload operations via ReadFile event.