Declined
Last Updated: 20 Sep 2016 07:13 by ADMIN
Created by: Logo
Comments: 1
Category: BinaryImage
Type: Feature Request
0
All Server applications seeking Windows Server Logo fail the test when using Telerik based binaries. Please use best practices and adopt Authenticode signature and include file information in binaries for security as well as Customer identification of file owners.
Declined
Last Updated: 20 Jul 2015 14:14 by ADMIN
Completed
Last Updated: 08 Jun 2015 08:45 by ADMIN
ADMIN
Created by: Radoslav
Comments: 3
Category: BinaryImage
Type: Feature Request
6

			
Declined
Last Updated: 20 Oct 2014 06:02 by ADMIN
Unplanned
Last Updated: 20 Nov 2013 15:58 by Keith
I'd like to be able to instantiate and databind a RadBinaryImage, then call a "GetUri" method on the instance to get the WebResource URI that would be generated in markup if the control were added to the page.

In a particular use case, this would allow putting the URI in a meta tag for OpenGraph calls.

An additional API method that would be handy would be a "handler" mode that would allow instantiation of a RadBinaryImage in a custom IHttpHandler implementation, and then serving that request from the final image (after scaling and cropping) generated by the RadBinaryImage control. I could see this taking two forms:

* GetMimeType and GetBytes methods, which could be used to manually populate the Response.
* a Respond method which would take an HttpContext argument, and would set appropriate headers, stream the image, and end the request itself.