How to submit a large binary using multipart-form file stream #3468
Unanswered
oldefezziwig
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to do a
CreateAsync()passing a largeBinary(like 20 mb) and the FHIR server I'm working with is returning back aRequestEntityTooLargeresponse code with the following error message:Is there a way to override how FhirClient is doing the
SendAsyncto in this case do it as a multipart-form file stream? We are passing aHttpClientEventHandlerinto the constructor forFhirClient. Can it be done there? Or elsewhere perhaps?All reactions