Home > Net >  <span data-v-93948064>C# .Net Core 上传多个档案带?/span>
<span data-v-93948064>C# .Net Core 上传多个档案带?/span>

Time:08-07

had made an upload the plural file API & # xff0c; The ViewModel format is as follows:

The  public class UploadConfigInput{///& lt; summary>///upload Id///& lt;/summary>Public Int64 id {get; set; }///& lt; summary>///files///& lt;/summary>Public List Files {get; set; }}  

now hope for uploading files and serial number to identify the following:

The  public class UploadConfigInput{///& lt; summary>///upload Id///& lt;/summary>Public Int64 id {get; set; }///& lt; summary>///files and file types///& lt;/summary>Public IList 

but couldn't get through the Swagger upload files...

think what is the great god & # xff0c on board; How to solve it? Thank you,

  •  Tags:  
  • Related