I am trying to upload a file in citrix sharefile using the REST API. Using POSTMAN, when I upload file from local storage with form-data, it works perfect. Uploading a blob from a database isnot working.
What is the difference between Blob and file? Does a file server have code behind to accept blob and then make the actual file from that blob?