I use a FileExplorer to list images on a folder with its ExplorerMode="Thumbnails". The snapshot is as : http://i.imgur.com/cpKRY9j.png
<
telerik:RadFileExplorer
runat
=
"server"
ID
=
"RadFileExplorer2"
Height
=
"200px"
Width
=
"100%"
DisplayUpFolderItem
=
"true"
VisibleControls
=
"Toolbar,FileList,ContextMenus"
ExplorerMode
=
"Thumbnails"
EnableCreateNewFolder
=
"false"
AvailableFileListControls
=
"All"
>
<
Configuration
ViewPaths
=
"~/File/Product/5/Image/L"
UploadPaths
=
"~/File/Product/5/Image/L"
DeletePaths
=
"~/File/Product/5/Image/L"
AllowMultipleSelection
=
"true"
EnableAsyncUpload
=
"true"
MaxUploadFileSize
=
"20971520"
SearchPatterns
=
"*.jpg"
/>
</
telerik:RadFileExplorer
>
I want to swap two images by renaming its name. The rename operation is succeeded but its image is wrong.
The image seems to be caching and show the old image after ranamed.
These client functions have be tested such as clearFolderCache(), refresh(), loadFolder(path) on OnClientMove() client event (see official help).
Unfortunately, it's not working.
Please kindly give some advices for this, thanks.