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
According to @whyrusleeping when uploading files via the http api using add -r the request should not need to nest the multipart parts into each other, but can be simply submitted as a list. But if I try to attempt sending such a request I get the error File argument 'path' is required back.
According to @whyrusleeping when uploading files via the http api using
add -r
the request should not need to nest the multipart parts into each other, but can be simply submitted as a list. But if I try to attempt sending such a request I get the errorFile argument 'path' is required
back.Here is the wireshark dump of the request that's being sent: https://gist.github.com/Dignifiedquire/bc72721f5b96c7017188
Tested versions:
0.3.7
,0.3.9-dev
.The text was updated successfully, but these errors were encountered: