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.
我正在使用 html 和 java servlet 实现带有附件的邮件应用程序
这是html代码
<input type="file" name="attachment" size="20" multiple>
在 servlet 中,
String attachments[]= request.getParameterValues("attachment");
正在返回 null 我可以用什么其他方式来实现这个