Glossary Item Box
This component enables easy and simple showing and uploading images without creating additional forms, files or handlers. The control works with images as Textbox works with text.
Features:
BinaryImage view sample:

When user clicks on the BinaryImage with uploaded image appears window with full image view:

Image initialization on a form is carried out by the onShowImage event. If you want to switch on upload image functionality, set IsUploadingEnabled="true". When an image is uploaded onUploadImage event is called and the image is passed to the event handler.
Data binding of the key (which defines what image is displayed) is supported, as well as binding to the image binary through DataImageField property.
| See Also |
HowTo: How to initialize BinaryImage using stream
Overview: Client-Side events
Deployment: Security settings
Client-side API: BinaryImage client side API