# Ability to reorder multiple images

**URL:** https://community.glideapps.com/t/ability-to-reorder-multiple-images/78665
**Category:** Feature Requests
**Created:** [December 17, 2024, 9:06pm UTC](https://community.glideapps.com/t/ability-to-reorder-multiple-images/78665 "2024-12-17T21:06:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ataha88](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ataha88/32/81036_2.png) [@ataha88](https://community.glideapps.com/u/ataha88)
#### Post date: [December 17, 2024, 9:06pm UTC](https://community.glideapps.com/t/ability-to-reorder-multiple-images/78665/1 "2024-12-17T21:06:58Z")

</div>

It would be great to be able to upload and reorder images uploaded to a multiple image field. Added bonus if it can be configured through drag and drop.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [December 17, 2024, 9:10pm UTC](https://community.glideapps.com/t/ability-to-reorder-multiple-images/78665/2 "2024-12-17T21:10:26Z")

</div>

> [@Multi image upload but with extras](https://community.glideapps.com/t/multi-image-upload-but-with-extras/78420/11):
>
> Try this. Add a Joined List column to convert your multiple images column into a comma delimited list of urls. Name it Input. Add a Text column and name it Output. Add a Split Text column to convert Output into an array. (optional if you need the images as an array) Once you have those columns, add a custom component with this prompt. Bind Input, which is a comma delimited list of image urls. Split the urls and render them as an image gallery. Allow the images to be rearranged using drag an…
