Could you explain a little bit what exactly do you need? You can configure as many directories as you want by creating many resource types pointing to different locations.
Then, in the configuration file, assuming that in the $_SESSION array a user name or id is available, use it to construct a dynamic baseUrl / baseDir variables:
Re: multiple upload directories
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: multiple upload directories
Thanks,
Brian
Re: multiple upload directories
Enable session supportin config.php with session_start():
Then, in the configuration file, assuming that in the $_SESSION array a user name or id is available, use it to construct a dynamic baseUrl / baseDir variables:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: multiple upload directories
-Brian
Can you give me an example of
Can you give me an example of this in .ASP classic? I'm struggling.
Thanks!