Following this link here, I'm implementing a custom FileBrowserContentProvider in conjunction with the Image Manager. What I need is a way for user A to upload a file and user B to upload a file without those files being shared within a single folder. With backend code modifications, we support this by renaming the uploaded file with a GUID and storing this GUID along with the original file name and the user's AccountID (already known at login) in our data source. All works pretty good, but I have a couple issues.
1) If the user clicks on the Image Editor and modifies the image, why does the image not get refreshed in the Image Preview window? Is there some call I need to make or handle some other custom event? I couldn't find anyone else reporting issues with this.
2) I'm seeing the DeleteFile event fired when I'm in the Image Editor and click the save button. This is another one I haven't found anyone else asking about.
I'd be willing to share some code, but this is an elaborate process we have going on right now. Via the Telerik online Demos I did seem to see the demos acting similar to my first issue. Thank you for any help or direction.
1) If the user clicks on the Image Editor and modifies the image, why does the image not get refreshed in the Image Preview window? Is there some call I need to make or handle some other custom event? I couldn't find anyone else reporting issues with this.
2) I'm seeing the DeleteFile event fired when I'm in the Image Editor and click the save button. This is another one I haven't found anyone else asking about.
I'd be willing to share some code, but this is an elaborate process we have going on right now. Via the Telerik online Demos I did seem to see the demos acting similar to my first issue. Thank you for any help or direction.