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.
我想在我的网页上显示一张图片,并让用户能够点击它并上传另一张图片来替换它。
myfaces 或 Richfaces 都可以工作..(我知道 tomahawk 有一些解决方案,但我想知道这是否是唯一的解决方案。我使用的库越少越好..)
谢谢!
你可以使用类似的东西rich:fileUpload(MyFaces 也有一个组件)。在服务器端处理文件上传并替换目标文件。更复杂的解决方案是将图像保存为数据库中的 blob。
rich:fileUpload