JasperFx/alba

Example: uploading FormFile

jakobgn opened this issue · 1 comments

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

Looking for this as well tried dionfosters code but to no avail