像 Drupal 一样 AJAX 上传和排序
我正在为 Drupal 进行开发,我需要一个来自 Internet 的类似于 FileField 模块 (http://drupal.org/project/filefield/) 的脚本。
该 FileField 模块可以附加到节点,并且使用户能够通过 AJAX 上传文件。网络上有一大堆免费的 AJAX 上传器,但我需要一个也可以复制 FileField 的排序功能。通过 FileField 上传文件后,您可以按特定顺序拖放图像/文件,然后保存节点。
我的目标是让我的用户上传他们的图像,并能够使用拖放功能按特定顺序移动图像。图像将显示在类似“作品集”的显示中,因此图像的顺序很重要。
如果您想知道为什么我不只使用 FileField,那是因为我想要实现此功能的页面在技术上并不是一个节点。
有人有执行此操作的脚本的良好链接吗?
I'm developing for Drupal, and I need a script from the Internet that is similar to the FileField module (http://drupal.org/project/filefield/).
This FileField module can be attached to a node, and it enables the user to upload files via AJAX. There are a litany of free AJAX uploaders on the web, but I need one that can also replicate FileField's sorting ability. Once a file has been uploaded via FileField, you have the ability to drag and drop images/files in a particular order and then save the node.
My goal is for my users to upload their images, and be able to move the images around in a particular order using drag and drop. The images will be displayed in a 'portfolio' like display, so the order of the images is important.
If you're wondering why I don't just use FileField, it's because the page I am wanting to implement this on is not technically a node.
Does anyone have a good link for a script that does this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论