如何从html获取文件(图像或PDF)并在Base64 Servlet端将其转换?

问题描述 投票:-1回答:1

我正在尝试从.jsp上传文件。这是.jsp部分

    <form class="user" action="./messaggio" method="POST" enctype="multipart/form-data">
    //other input
    <input type="file" name="allegato" id="allegato">
    //other things

该文件应转换为Base64字符串并存储到数据库中。我正在使用Tomcat 8.5和3.1 Servlet,并且必须在不使用JS的情况下在服务器端进行操作。我真的不知道该如何继续。我一直在不了解的情况下查看stackoverflow,但是要遵循的确切过程是什么。我不是在寻找代码,而是事件的流程。对不起我的英语不好。谢谢。

file servlets input upload base64
1个回答
0
投票
找到解决方案:
© www.soinside.com 2019 - 2024. All rights reserved.