如何让用户通过单击图像顶部的按钮来删除图像?

发布于 2024-10-06 02:47:56 字数 314 浏览 7 评论 0原文

我找到了一种合适的方法让用户批量上传图像

上传图片后,下一步是让用户在下次回来时甚至上传后立即删除它们。

我想创建一个图像胶片(可滚动),以便用户可以按每个图像顶部的删除按钮将其删除。也许更好的是,让用户选择图像顶部的复选框,然后按附近的删除按钮将其全部删除。

是否有现有的组件可以像 Plupload 那样很好地实现上传功能?

I have found a suitable way to let user bulk upload images

After upload the images, the next step is to let user delete them when they come back next time or even immediately after upload.

I'd like to create a film strip of images (scroll-able) so the user can press the delete button on top of each image to remove it. Perhaps even better, let user select the checkboxes on top of the images and then press a Delete button nearby to remove them all.

Is there an existing component to do that like how Plupload does upload so well?

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

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

发布评论

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

评论(1

梦里°也失望 2024-10-13 02:47:56

您可以使用 jQuery 从屏幕上虚拟地删除这些图像,假装图像已被删除。但是,为了永久删除它们,您必须使用一些服务器端代码,因为 javaScript 无法修改任何服务器端或客户端文件。

You can virtually remove those images form screen using jQuery, pretending as the images are deleted. But, in order to permanently delete them you have to use some server side code as javaScript can't modify any server side or client side file.

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