I will be having many users using this system at one time - but they should not see each other's images. I have a current ASP classic wysiwyg editor that works like this:
---- Outside of editor ----
User logs in
USERNAME session variable is set
---- Inside of editor ----
When a user uploads a photo it is saved as USERNAME.FileName.FileExt
When a user clicks "Insert Image" it lists all files in the folder named USERNAME.*
Is there a way to replicate this behavior in CuteEditor?