问题标签 [fileitem]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
71 浏览

arrays - 将fileupload formdata转换为base64时的部分字符串

我正在尝试将文件上传表单数据转换为 base64。ajax post 将表单数据发送到后端。

然后在java端我尝试使用apache commons fileupload读取图像并保存到base64字符串。

我只能获得我正在上传的图像的部分 base64 字符串值(在 7KB 的图像中,我只能看到图像的一半)。我究竟做错了什么?