如何将以下内容转换为可编辑的文本框,并使用提交按钮执行以下代码?
<input type="file" name="image_file" id="image_file" onchange="fileSelectHandler()" />
用例是图像URL在内存中,只需要粘贴提交,而不是选择本地文件。 (因为OS抓取远程文件,制作它的本地副本然后传递它)
我基本上是从一个不错的jcrop教程中调整这个元素:
http://www.script-tutorials.com/html5-image-uploader-with-jcrop/
非常感谢!