Forum Discussion
4 Replies
- kkishoreNew Contributor III
we are trying to post the zip file(staged in sldb) using rest post , but not successful. The same zip file is posting through postman it is successful.
Can you guide us what are right configuration in rest post snap to post zip file as it is(invoking webservice-> stores zip file in sql server db blob column)
The zip file is created in sldb using the flow file reader->compression->filewriter - kkishoreNew Contributor III
The below data adding to the zip file in target , expected one is not to add below information
-NpPpHQYDtTHWk9esbHreg29WnKx_bCYn
Content-Disposition: form-data; name=“file”; filename=“data.zip”
Content-Type: application/octet-stream; charset=UTF-8
Content-Transfer-Encoding: binary