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.
在上传大约 10 MB 的文件时,我收到“无法解析多部分”错误。我必须在不更改 struts 配置文件的情况下上传文件。我使用的是 struts 1.1 和 tomcat 6.0。我想错误在js的下面一行:
<form action="/dataUploadActionNew" method="post" enctype="multipart/form-data">
但我不确定必须做的改变。
谢谢