Hello,
I'm trying to record into a database the name of any files that are uploaded via the filemanager, in this case just images. The user will be editing a particular article, with a unique article ID. I want to pass the article ID to the filemanager so that it can add what it needs to the database. I would like to just do something like &faqid=blah, but I cannot find anywhere to put that. Does anybody know of a way to do this? Thank you,
sevenaa
I'm trying to record into a database the name of any files that are uploaded via the filemanager, in this case just images. The user will be editing a particular article, with a unique article ID. I want to pass the article ID to the filemanager so that it can add what it needs to the database. I would like to just do something like &faqid=blah, but I cannot find anywhere to put that. Does anybody know of a way to do this? Thank you,
sevenaa
RE: passing custom arguments to the filemanager
To get round it though i had my documents as a seperate icon using the FCK editor API and wrote my own plugin.
Have you tried this? It can be quite tricky as there is no documentation for the API. I had to copy the plugins that came with FCK editor to try and work out how it worked.
Matt
RE: passing custom arguments to the filemanag
sevenaa
RE: passing custom arguments to the filemanag
Thanks so much!