Yes I have that sample and I am trying to customise it to worj the the app I am building.
One ofthe things I am trying to work out is how I can relate the images to a given html document.
I see this in the sameple code for the editor page:
Editor1.SetSecurityGalleryPath(
"/");
and in the SQL db I see items that seem to be foldernames / path.
can I use a GUID in both places to make the link?
say I have two different HTML docuements that users are editing that want to use the name "Banner.jpg" I need to be able to store each as a different binary in the db and get the right one for the right user document.
so can I make the "Parent folder" of each document use a string based on a GUID ??
does this make sense so far ??
I am looking at the sameples and the docs biut they have very little in the way of real information.
I think I have say 75% of it figured out. just trying to understand the storegae interface and how it relates to the editor methods and propertys.