将图片网址粘贴到html文本框,而不是“浏览文件”#39;

时间:2014-06-07 14:42:44

标签: image upload textbox submit

如何将以下内容转换为可编辑的文本框,并使用提交按钮执行以下代码?

<input type="file" name="image_file" id="image_file" onchange="fileSelectHandler()" /> 

用例是图像URL在内存中,只需要粘贴提交,而不是选择本地文件。 (因为OS抓取远程文件,制作它的本地副本然后传递它)

我基本上是从一个不错的jcrop教程中调整这个元素:

http://www.script-tutorials.com/html5-image-uploader-with-jcrop/

非常感谢!

0 个答案:

没有答案