Upload option in the Select content dialog
Hi again!
When working with media contents (image, video...) in the CMS, you can only upload your files in the Media component. In this post I would like to introduce an add-on which allows you to upload media file when you are in the Select content dialog. Let's see it in action.
I have also added this function to the TinyMCE editor, let's see it below.
Basically, it works as same as when you working in Media component but has some notable points.
- Upload button only get enabled when you select folder node on the tree.
- OK button only get enabled when you select actual media content.
- There is a sync between Select content dialog and Media component, this means that you can see uploaded files immediately in Media component after the uploading process completes in the Select content dialog.
It took pretty much code so I have created a nuget package for this feature, but currently it only supports Episerver CMS 10. I will make it work with Episerver CMS 11 soon.
EpiserverSite.TinyMCEFileBrowserPlugin.1.0.0-developerbuild.nupkg
Great work !
This should be implemented in core product.
Thanks alot for sharing.
Great work!
That's exactly what I was looking for in this feature request: https://world.episerver.com/forum/developer-forum/Feature-requests/2014/10/upload-image-option-in-the-select-image-dialog/
Agree with the poster above - make sure it ends up in the core product ASAP!
Hi,
Does it take into account the scenario when creating the page/block and wants to add the image from there (during creation) + additionally it should go into "for this page/ block" location. Simply the page/block does not exist at that time (same with "for this page/ block" ), so in connection with mandatory image it is problematic to achieve target in one step.
@Grzegorz , during creation time of pages or blocks and you want to add images, then you cannot see the "For This Page/For This Block" in the tree. You can only choose the existing shared folders to upload your media files. Basically, the add-on does not change any behavior of the content selector dialog, just allow you to upload files while you are there.
Great work!! +1 to core
You da man!
great job .. if the uploaded image would be selected automatically would make it even better