Does anyone know of a module that combines selectupload and sortablefile - or how I would use these together?
My client would like drag and drop sort order for their photo galleries but ideally would like to choose which folder they're uploading too each time.
It's a very large photo site so the Files area needs to be very organised (lots of folders and subfolders) - uploading to /Uploads or any single folder won't work
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
I've tried editing SortableUploadField to extend SelectUploadField and vice-versa but in both cases the files aren't sortable - can't drag and drop the files
Anyone have any ideas about the best way to combine these / use both?