I am using the Articles management functionality of TBH and am extending this further to include a resources/downloads section.
My client's website stores technical documentation that customers can download. Currently I have migrated existing product info as articles. Whilst I could then cross link between articles (setting the visibility of the download page to false) I wanted something a bit more dynamic.
It is almost complete. It ties in very well with the existing structure and makes use of the Articles base class (in fact the resources classes are very similar to those of comments).
Anyway, my plan is to release the finished upgrade for all to see. The reason I am posting now is for some advice regarding the admin section for the downloads. Whilst I could use the existing fileupload control so that a user can upload a file and copy the path into the resource record, I want something more functional and easier to use.
In my client's case, I am setting up an FTP server server in order for him to batch upload files using an FTP client. I therefore need a file browser control that can be used to select existing files in a specific directory. The creators of FCKeditor do another control called CKfinder but this is a little too advanced for this purpose as all I need to do is display a list of files and click on a file to return it's path.
I could create a control myself but wondered if anyone else knew of some existing (free) controls that I could use. Ideally I would like to use the browser from FCKeditor but I am not sure how to call this from my own custom page (not great at
js).
Thanks,
Ben