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, the client can use a File reader to upload files with Content-Type multipart/form-data.
However, the swagger 2.0 spec states that files could also be uploaded as application/x-www-form-urlencoded.
This is not the recommended way, because this does not support streaming. However, it is formally supported by the spec...
Currently, the client can use a File reader to upload files with Content-Type multipart/form-data.
However, the swagger 2.0 spec states that files could also be uploaded as application/x-www-form-urlencoded.
This is not the recommended way, because this does not support streaming. However, it is formally supported by the spec...
See also go-swagger/go-swagger#2773
The text was updated successfully, but these errors were encountered: