标签: asp.net-core swagger image-uploading
我必须一次发送多个图像。创建产品模型为
product.cs:
[JsonProperty("Image")] public List<IFormFile> Image { get; set; }
现在我正尝试从swagger中添加多个图像。我进入了图像路径,但未读取图像文件。我应该在这里输入什么?
我希望像打击一样: