I have multiple images that are named in sequential order (i.e. Image01.jpg, Image02.jpg, etc.). I would like to give the user a way to re-order the images visually by simply displaying all images in the current sequential order and allowing the user to drag images into the desired order. After that, I'll rename the image files based on the new sequential order.
I plan to display the images as thumbnails using an Image control array. I'd like to have it work similarly to the "Links" toolbar on Internet Explorer when rearranging links. Any thoughts on the easiest/best way to display and drag images?
Thanks in advance.
I plan to display the images as thumbnails using an Image control array. I'd like to have it work similarly to the "Links" toolbar on Internet Explorer when rearranging links. Any thoughts on the easiest/best way to display and drag images?
Thanks in advance.