httprequest - Is it possible to stream a response directly to another POST request in c# -


i post data large file downloaded url. doing first saving file locally, , posting file's data api.

is possible read file download request, , post second request without first having save file disk?

saving disk first not necessary depending on size of file may have problems. send byte array depending on size may have issues , saving disk first may more manageable.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -