Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
aspnetboilerplate 是否提供在应用程序层上传文件的能力,并有 SWAGGER 可用于测试上传?
我可以通过 MVC 做到这一点,但无法让 aspnetboilerplate (IApplicationService) 接受文件上传
没有办法直接将文件发布到ApplicationService,但是可以在MVC中创建一个上传操作,将文件上传到一个目录并返回一个uniqueidentifier,然后uniqueidentifier可以传递给可以在其中找到文件的应用程序服务目录。