Receiving image from post request - want to upload to imagebb

I am currently receiving an image from a post request in javascript, I get the image but I get a url that if I go to downloads the image immidietly - how to do I temporaraly save the image so I can upload via imagebb?

Thank you

Hello @suyashgokhale24,

You can save the image to Pipedream tmp dir using Download File to /tmp dir action, then you can use the image in the tmp dir to upload to other places

amazing, thank you!

1 Like