在用input上传图片时如何在旁边预览
1个回答
展开全部
核心思想是: 图片上传成功后,本页面保持不刷新。
核心技巧是: form target
代码:
<iframe id='hydro_emergency_team_uploadPhoto_if' style='display:none' name='send'><html><body>x</body></html></iframe>
<form id='xx' method='post' enctype='multipart/form-data' target='send' action="upload.php">
<input type="file" name="file" />
<input type="submit"/>
</form>
这段代码表示: 表单提交后,本页面不会刷新,仅仅是刷新 iframe 而已
核心技巧是: form target
代码:
<iframe id='hydro_emergency_team_uploadPhoto_if' style='display:none' name='send'><html><body>x</body></html></iframe>
<form id='xx' method='post' enctype='multipart/form-data' target='send' action="upload.php">
<input type="file" name="file" />
<input type="submit"/>
</form>
这段代码表示: 表单提交后,本页面不会刷新,仅仅是刷新 iframe 而已
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询