kkishore
5 years agoNew Contributor III
How to post zip file using rest post
Hi All,
I am trying to post the zip file to end point using rest post. The downstream application expecting the ZIP file. They are storing the zip file in the blob column of sql server.
data(zip file name) - storing in the blob column to process further.
how to zip and send the zipped file as it is through rest post snap.
Tried below one .