我需要img src从一个Object中的字节数组中设置属性.
<img id="profileImage">
<spring:bind path="object.profilePicture">
<input type="file" name="profilePicture" id="profilePicture" path="profilePicture">
</spring:bind>
Run Code Online (Sandbox Code Playgroud)
我需要img在输入标记的上面显示该字节数组.