如何使用 Ajax、jQuery 和 PHP 在表单中上传图像后立即显示屏幕截图?
我有一个 HTML 表单,用户可以上传图像来制作屏幕截图以进行预览。
<form id="myForm" action="message.php" method="post">
Screenshot: <div class="show_image"></div> <br />
<input type="file" name="name" /> <br />
<input type="submit" value="Submit Comment" /> <br />
</form>
我也参考了网上的一些文章,但我不知道该怎么做。你能给我一些解决方案或想法吗?
谢谢 !
I have a form HTML and users can upload a image to make screenshot to preview.
<form id="myForm" action="message.php" method="post">
Screenshot: <div class="show_image"></div> <br />
<input type="file" name="name" /> <br />
<input type="submit" value="Submit Comment" /> <br />
</form>
I also refer some articles on Internet but I don't know the way to do it. Can you give me some solutions or ideas ?
Thank you !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你正在使用的插件是什么?几乎所有的AJAX_UPLOAD插件都有回调函数来显示上传后的图片。
what is the plugin you are using? Almost the AJAX_UPLOAD plugins have the call-back function to show the image after uploaded.