Docs Menu
API Developer Guide / file / fileToBytes
Service: fileToBytes
This service will read the file on server location and return into bytes.
Input Parameter:
Name | Type | Description |
filePathWithName: | String | path & filename of file on server machine |
Output Parameter:
Name | Type | Description |
bytes: | byte array | content of the files |