簡體   English   中英

保存在本地存儲中的圖像傳遞到輸入文件

[英]image saved on local storage pass to input file

我已成功將base64映像存儲到本地存儲中。

我嘗試將存儲的值添加到輸入文件字段中失敗。

document.getElementsByName("inputfieldname")[0].setAttribute("value", getSavedValue("thesavedkey"));

<input type="file" name="inputfieldname">

由於存在舊版安全漏洞,因此無法以這種方式為file類型輸入設置值。

document.getElementById('mytext').value =  = window.sessionStorage.getItem('user')

嘗試以上之一。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM