I have scenario where a user is creating a new topic and there will be an opportunity to attach files(pdf, doc) to that topic. What is the easiest way and best practice to manage this when it comes to folder management and etc? I have been looking a bit on DocumentArchive but havent found any example how to implement this. All ideas are welcome.
DocumentArchive is probably a good idea. You could connect the archive to the topic using dynamic attributes. An example of using dynamic attributes, although for EPiServer Community 3 can be found here.
I have scenario where a user is creating a new topic and there will be an opportunity to attach files(pdf, doc) to that topic. What is the easiest way and best practice to manage this when it comes to folder management and etc? I have been looking a bit on DocumentArchive but havent found any example how to implement this. All ideas are welcome.