Provide the image preview option for kendo upload.
Hello,
Please refer to the following KB article, where we've demonstrated how this could be achieved:
https://docs.telerik.com/kendo-ui/controls/editors/upload/how-to/add-image-preview
Regards,
Nencho
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
there is no html upload that supports image preview functionality. But there are lot of jquery plugins to do the job. But the integration of those plugins into ASP.NET MVC is not that easy and i failed to achieve the functionality. I tried some javascript logic along with the onSelect event of kendo upload. I achieved that to some extent but the last image that gets uploaded was overwriting the image preview of previous images. You could see the issue at http://www.telerik.com/forums/image-previews.
Can you point us to other html file upload which supports this image preview functionality? I am interested to see what the implementation is, to understand your request better.