You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's impossible to upload multiform files that are dynamically read from something. In raw curl one seems to use CURLFORM_STREAM paired with CURLOPT_READFUNCTION for this. Would be great if this could be supported somehow.