-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
specify subdirectory in resources dynamically with url parameter? #10
Comments
Is it a possibility to set a few session variables? If you were able to set "TFM_UploadPath" and "TFM_ThumbPath" to a user On Fri, Apr 25, 2014 at 4:27 PM, tybowman [email protected] wrote:
|
I should be able to set/add session variables but I tried below (VB) and it didn't work. I tried setting/adding these in the page that loads the tinymce editor (VB). Btw, we are using Windows authentication and the filemanager directory is in an authenticated directory. HttpContext.Current.Session("TFM_UploadPath") = "uploads\webadminpractice" |
I'm not sure I've tested that in a good while. I'll get back to you on that. Might be a good test to have dialog.aspx output the session vars and see if
|
I tried looping through the session variables in Page_Load but there are two problems. 1) There is no way to override Page_Load and 2) none of the objects are recognized.
|
We have 400 sub webs in our cms each with their own folder to store their own images and files. Is there a way to pass a folder name to restrict the file manager to navigate only that folder and (and subfolders) instead of one resources folder shared by all?
Thanks.
The text was updated successfully, but these errors were encountered: