I'm finding difficulty getting enough information on the individual parts of controls and data in order to:
1) Select a single image to upload with RadAsyncUploader
2) Find the image path that is being uploaded
3) Display image from selected path using RadBinaryImage
How can I do this? Can it support Jpg, jpeg, gif, and png?
(Note: I need BinaryImage since data I get from my server can potentially provide a default image in binary array.)