标签: javascript php html
如何在没有页面刷新的情况下上传图像;只需使用input type="file"服务器。我使用PHP上传文件。我还需要插入包含图片网址的降价代码,例如:![Image.](/url/to/image.png)到textarea的结尾。
input type="file"
![Image.](/url/to/image.png)
textarea
我该怎么做?也许用JS?
提前致谢
答案 0 :(得分:0)
参考:
http://malsup.com/jquery/form/
您可以在服务器端拥有基本的php图像上传脚本..