| 
 Sends the contents of a file to the requester. 
 | 
| 
 Syntax: 
 | 
 File2Req (file name) 
 | 
| 
 Parameters: 
 | 
 file name (Alpha) – The file name and path 
 | 
| 
 Returns: 
 | 
 True if the file is found and the engine is executed as an enterprise server. If not, this function returns False. 
 | 
| 
 Note: 
 | 
 Before you send data to the requester, you can define HTTP Header information by using the RqHTTPHeader function. 
 | 
| 
 Exceptions: 
 | 
 This function is not supported for Rich Client tasks. 
 | 
| 
 See also: 
 | 
 Blob2Req 
The Online and Rich Client Samples projects (program ES17 and RES17) 
 |