Create custom mediatype when using drag n drop upload
Hi all,
I'm trying to get my head around the drag 'n drop upload function in the media section of Umbraco. I have created a new mediatype which is identical to the Image type, but with a few textfields. When I use the drop 'n drop upload function in the media section, I get a success back from the MediaUploader handler, but the images are not being uploaded.
My structure is as follows:
- Media
- Slideshows (custom mediatype identical to the folder type)
- Frontpage slideshow (custom mediatype identical to the folder type)
- Slide1 (custom mediatype: Slide identical to the Image type, but with a few textfields)
So what I want is to be able to create mediaitems of type 'Slide' when using the drag 'n drop function. Is this possible? :-)
Create custom mediatype when using drag n drop upload
Hi all,
I'm trying to get my head around the drag 'n drop upload function in the media section of Umbraco. I have created a new mediatype which is identical to the Image type, but with a few textfields. When I use the drop 'n drop upload function in the media section, I get a success back from the MediaUploader handler, but the images are not being uploaded.
My structure is as follows:
So what I want is to be able to create mediaitems of type 'Slide' when using the drag 'n drop function. Is this possible? :-)
Thanks in advance,
Bo
is working on a reply...