Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Filemanager starting point.

Vote:
 

When opening the filemanager with javascipt is there any querystring parameter you can use to specify the starting poing?

I know there is a parameter named selectedfile, i'm looking for somthing lika "selectedfolder".

#33686
Oct 17, 2009 20:57
Vote:
 

I've used this before:

protected string GetFileManagerBrowserPath() {  return string.Format("{0}?id={1}&parent=1&folderid={2}&browserselectionmode=file&selectedfile=", UriSupport.ResolveUrlFromUIBySettings("Edit/FileManagerBrowser.aspx"), CurrentPage.PageLink.ID, CurrentPage.Property["PageFolderID"].Value); }
#33687
Oct 18, 2009 9:06
Vote:
 

Me to Smile.

I'm not looking to open a pagefile folder, but thanx for trying.

I would like to open/select different subfolder under ~/Documents/

#33688
Oct 18, 2009 9:52
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.