Sends the data of a BLOB variable directly to the requester by avoiding the need for creating a file for each BLOB before returning it to the requester.
|
Syntax:
|
Blob2Req(data)
|
Parameters:
|
data: The BLOB data that is sent to the requester.
|
Returns:
|
True if the BLOB is not a Null and the engine is executed as an enterprise server. If the BLOB is a Null or the engine is not executed as an enterprise server, this function returns False.
|
Example:
|
Blob2Req(B) sends the data of BLOB Variable B to the requester.
|
Note:
|
Before you send data to the requester, you can define the HTTP Header information by using the RqHTTPHeader function.
|
Exceptions:
|
This function is not supported for Rich Client tasks.
|
See also:
|
File2Req
|