Are there any multipart/form-data parser in C# - (NO ASP)

后端 未结 5 492
礼貌的吻别
礼貌的吻别 2020-12-05 06:07

I am just trying to write a multipart parser but things getting complicated and want to ask if anyone knows of a ready parser in C#!

Just to make clear, I am writin

5条回答
  •  天涯浪人
    2020-12-05 06:41

    Check out the new MultipartStreamProvider and its subclasses (i.e. MultipartFormDataStreamProvider). You can create your own implementation too if none of the built in implementations are suitable for you use case.

提交回复
热议问题