Opened 18 years ago

Last modified 14 years ago

#1175 closed Bug

ASP.NET - changing UserFiles Directory using the Session object — at Initial Version

Reported by: Steve Williams Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version: FCKeditor 2.4.3
Keywords: Cc:

Description

The documentation for the .NET installation states that you can define the browsing directory by setting SessionFCKeditor:UserFilesPath? in the Page_Init and it does not work, however after reviewing the source code I found that the Application object does work. Could the documentation be corrected or this issue resolved. Thanks.

this does NOT work

protected void Page_Init(object sender, EventArgs e) {

SessionFCKeditor:UserFilesPath? = "~/testdir";

}

This does work

protected void Page_Init(object sender, EventArgs e) {

ApplicationFCKeditor:UserFilesPath? = "~/testdir";

}

IE7, WinXP Pro, .NET 2.0

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy