i want to make upload and image cropper into single datatype how to do in umbraco 4.7.1.1?
i want to remove the alias of image cropper and want to use as upload with in new control (i.e. upload+img cropper).can any one tell me ideas or path achieve the required one?
Add a tab to a MediaType called for example "crop", make a property on that tab that uses the data-type you created with the ImageCropper, then when you upload an image using the MediaType property you created, the crop exists.
If you need an example, go to DAMP project page and use Jeroens example site, it has all of this included so you can see it in action, working.
i want to make upload and image cropper into single datatype how to do in umbraco 4.7.1.1?
i want to remove the alias of image cropper and want to use as upload with in new control (i.e. upload+img cropper).can any one tell me ideas or path achieve the required one?
Hi Siva
In outline, ie not too much detail.
Create a data-type that uses ImageCropper.
Add a tab to a MediaType called for example "crop", make a property on that tab that uses the data-type you created with the ImageCropper, then when you upload an image using the MediaType property you created, the crop exists.
If you need an example, go to DAMP project page and use Jeroens example site, it has all of this included so you can see it in action, working.
http://our.umbraco.org/projects/backoffice-extensions/digibiz-advanced-media-picker
Hope this helps G
is working on a reply...