-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Feature Request: Re-order images with drag n drop. #2046
Comments
Would you be willing to open a PR with changes? |
Hi SinghSukhdeep, Yeah, maybe it'd be an option. Thanks for your comment, I'll consider it. |
Although I don't actually see how would this be beneficial. |
Yes, it does matter. |
Instead, I'd suggest including some metadata/params to send along with each file to indicate the "order". You can build ordering into the UI, but without changes to the uploader code as well, they won't actually upload in the new order. I don't anticipate this being a simple change either, and probably not worthwhile to introduce that sort of additional complexity into the codebase with only one use case. |
Type of issue
Uploader type
Note: Support requests cannot be accepted due to lack of time.
Feature Request: Allow to re-order images in the drag n drop area updating an index attribute in them
Feature Request: Allow to re-order images in the drag n drop area updating an index attribute in them
Feature request details
Add the possibility of re-ordering images once uploaded. Assign an index to every image and allow re-ordering them through drag n drop.
We are building this interface where first we are uploading the images to our local server, and then later after posting a form, this images will fly to a remote location. As part of the requirements for the job we have "the chance of ordering the uploaded images before submitting"
The text was updated successfully, but these errors were encountered: