Docs Menu
API Developer Guide / service / utils / returnFile
Service: returnFile
This service will return binary content as response.
Input Parameter:
Name | Type | Description |
fileData: | byte array | file content as byte array |
fileName: | String | file location on server machine |
inputStream: | object | InputStream of file |
body: | String | file content as String |
Output Parameter:
Name | Type | Description |
*multiPart: | object | internal object as file output. |