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
In order to do file upload more robustly, we want to stream files to be uploaded. We're using multipart-vfile-tree to ease the burden of managing file streams and multipart boundaries, especially burdensome in the case of uploading whole directory trees.
It looks like dexador, the http client we're using, does not currently support streaming uploads [1][2][3]
The text was updated successfully, but these errors were encountered:
In order to do file upload more robustly, we want to stream files to be uploaded. We're using
multipart-vfile-tree
to ease the burden of managing file streams and multipart boundaries, especially burdensome in the case of uploading whole directory trees.It looks like
dexador
, the http client we're using, does not currently support streaming uploads [1] [2] [3]The text was updated successfully, but these errors were encountered: