windosC# MVC文件上传注意点 云博小周宇2024年5月5日2023年8月20日1 Min Read 1、form表单 post enctype=”multipart/form-data” input name=”file” 2、controller中 接收到文件对象为 HttpPostedFileBase file