From within one CuteEditor, I need to allow the user to manage documents contained in two different locations. Some documents that the user uploads are private and others are public. Therefore, the documents are stored in different locations to control access to them accordingly. The solution that I envision would be a second InsertDocuments button that provides the same functionality as the one already provided by the CuteEditor but that points to a different location. First of all, is this possible? If so, how would I go about implementing it?
Thanks in advance.