AJAX Upload and Sort like Drupal

776 Views Asked by At

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?

0

There are 0 best solutions below