Rank: Newbie Groups: Member
Joined: 1/18/2011 Posts: 2
|
Hello sir,
In File Manager when I select thumbnail option then images displays in preview section but not in main window. Please help me how to show these images in main thumbnail window.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can handle the FileExplorer's ClientSideOnFileSelected event. Inside that event you can call getSelectedFile to get the path of the selected file. Once you have the file path you can do display thumbnail.
Thanks!
|