How do you do File Upload method in AppServices for aspnetboilerplate?
问题 I really like aspnetboilerplate framework, I learning/using it now.. How do you do 'File Upload' logic/method in AppServices for aspnetboilerplate? The angular part have I figured out and is working fine. How is it intended to write the methods receiving a file upload in the appservice layer? There is good examples on crud, and swagger figures them out. Now I want to implement file upload. Is this even possible in the appservice layer, or do I have to do this in the controller methods? 回答1: