gpt4 book ai didi

javascript - 在另一个html页面中显示上传的图像

转载 作者:行者123 更新时间:2023-11-28 03:28:15 25 4
gpt4 key购买 nike

我想将 home.html 中上传的图像显示到另一个名为 result.html 的页面。

<div class="custom-file">
<input type="file" class="custom-file-input" name="myfile" onchange="readURL(this);">
<label class="custom-file-label" for="customFile" name="myfile">Choose file</label>
</div>
<div style="text-align: center;">
<input type="submit" class="mybtn" onclick="showInput();">
</div>

我想在 result.html 页面中显示 name="myfile"的上传图像。我该怎么做?

最佳答案

我个人会使用 php 上传页面来上传图像,并让您想要显示图像的页面有一个 php 数组,用于存储所有已上传的图像,并使用 .jpg 等 foreach 文件。回显它在 HTML 中

关于javascript - 在另一个html页面中显示上传的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58435972/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com