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サーブレットを使用して添付ファイル付きのメールアプリケーションを実装しています
これがhtmlコードです
<input type="file" name="attachment" size="20" multiple>
サーブレットで、
String attachments[]= request.getParameterValues("attachment");
null を返しています これを実装するために他にどのような方法を使用できますか