讨论区 » AAS-V10企业版 »
由 徐 田汉 在 超过 3 年 之前添加
报错:Request.getParts is called without multipart configuration.Either add a @MultipartConfig to the servlet
解决方案:web.xml添加<multipart-config>标签,如图: