I'm looking to make a property editor, where I can select x number of files from the media section. This can be done with a multiple media picker I know. However I am looking to add the following features as well:
Show thumbnails of selected images
For non-images show a pre-defined image based on the type of document
Sort the selected items by drag and drop
Anyone here who has made something like this before or can point me in the direction of where to start?
Custom Media picker
Hi everyone,
I'm looking to make a property editor, where I can select x number of files from the media section. This can be done with a multiple media picker I know. However I am looking to add the following features as well:
Anyone here who has made something like this before or can point me in the direction of where to start?
The umbraco version currently run is 7.5.2
Hi Daniel,
The media picker with the option to allow multiple selections already supports this
Show thumbnails of selected images
Out of the box
For non-images show a pre-defined image based on the type of document
If it's not a image it will show the icon of the media item.
Sort the selected items by drag and drop
Out of the box support
Dave
is working on a reply...