Docs Menu
API Developer Guide / middleware / pub / server / browse / saveFile

Service: saveFile

This service saves a file.

Input Parameter:

Name Type Description
body: Byte Array The file content in byte array form.
fileLocation: String The location to save the file.

Output Parameter:

Name Type Description
status: String The status.
error: String An error message, if any.