Example: uploading FormFile
jakobgn opened this issue · 1 comments
jakobgn commented
Hi, is it possible that you can provide an example of a scenario with IFormFile uploads using a Post request?
I am trying to attached as formdata, and setting "content-type", "multipart/form-data", however nothing seems to work. I.e.
_.Post.FormData(form).ToUrl(_basePath);
where form is MultipartFormDataContent
containing the file
nghhoese commented
Looking for this as well tried dionfosters code but to no avail