如何在jsf中显示图像和onclick提供文件上传(替换)

发布于 2024-08-29 11:51:40 字数 144 浏览 5 评论 0原文

我想在我的网页上显示一个图像,并让用户能够单击它并上传另一个图像来替换它。

myfaces 或 Richfaces 都可以工作..(我知道 tomahawk 有一些解决方案,但我想知道这是否是唯一的解决方案。我使用的库越少越好..)

谢谢!

I would like to display an image on my web page and provide the user the ability to click it and upload another image to replace it.

Either myfaces or Richfaces works.. (I know tomahawk has some solution but i'm wondering if that's the only solution. The least libraries I use the better..)

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十雾 2024-09-05 11:51:40

您可以使用像 rich:fileUpload 这样的东西(MyFaces 也有一个组件)。在服务器端处理文件上传并替换目标文件。更复杂的解决方案是将图像保存为数据库中的 blob。

You can use something like rich:fileUpload (MyFaces has also got a component for that). Handle file upload on the server side and replace the target file. A more sofisticaded solution would be with saving images as blobs in a database.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文