« Back to full topics list
♥ 0 |
I’m issuing an http GET request that returns images (PNG, JPG, GIF, etc.). How do I capture this as a binary? ANSWERED
Marked as spam
|
1 Replies
Private reply
Hi Wendy, You can use the returnFileRef parameter of the request function on the http module and set it to true (https://www.scriptr.io/documentation#documentation-httphttpModule). This will return a file reference to the downloaded file. At that point you can either post it to another service using the http module or save it in a document as an attachment using the document module. Keep us posted. Julien Mrad, Marked as spam
|