将图像从页面下载到我的文件夹中,并将该图像拖放到输入文件中

时间:2018-09-20 15:18:39

标签: javascript jquery html html5

我希望当我单击该图像时,将图像从文件夹拖放到输入文件后,浏览器会自动将其保存在文件夹中。那我该怎么办呢?

<img src="img.png" id="imgId" onclick="imgFun()" />
<input type="file" />
function imgFun() {
  // download this photo in my folder Images
  // drag and drop this image automatically from my folder to my input
}

0 个答案:

没有答案