Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
标题几乎概括了它。基本上,我在单独的页面上有一个上传按钮,我希望上传的图像放置在主页的特定位置。有谁知道做到这一点的最佳方法?
您将需要服务器端技术来接受图像。
在服务器端,您需要将图像保存在某处。
然后,无论是通过 AJAX 还是通过重新加载页面,您都需要在服务器上嵌入一个指向图像的 img-tag