an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 2/16/2009 11:54:37 PM By lukezy. 3 replies.
2/13/2009 3:18:02 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Fckeditor
Hi
 
 
Firstly I keep getting the error "You have no permissioms to create this folder" when i try to create a folder to upload to.
 
I need to change the deafult dirctory to where files are uploaded to. 
I edited these values in the connector config file:
 
UserFilesPath = "/userfiles/";
UserFilesAbsolutePath = "P:\\web\\bt2\\userfiles\\";
 
But when I try to upload files/images again using the fckeditor the default directory has not changed.
 
Can you tell me what the default directory is for fckeditor?
 
I noticed in the config.ascx file that the page Inherits from
 
Inherits="DotShoppingCart.OpenSource.External.FCKeditorAdaptor.FileBrowser.Config"
 
Are default settings stored in this file?
 
Thanks
 
 
2/13/2009 10:39:57 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Fckeditor
We implemented a special Fckeditor adaptor which uploads the files directly to database. The directory structure is not supported. You should be able to upload files to database without any config change.
DotShoppingCart Staff
2/16/2009 2:01:40 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Re: Fckeditor
Thanks Lukezy
 
Our client has asked to structure the content into 4 directories as they have a considerable amount of file they need uploading asit makes it easier for them to manage/find certain files.
The directories they want are:
 
Images
Media
Flash
Audio
 
Is this possible using  the adaptor or will all files be displayed in one list?
 
2/16/2009 11:54:37 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Fckeditor
Currently it's displayed in one list. The adaptor supports flat file structure right now. If you want to upload the file to file system, you can try replace the adaptor with the standard one. Download Fckeditor.net from http://www.fckeditor.net/download.
DotShoppingCart Staff