Hi everyone!
I am first time to build a CMS web site for my final year project.
I am using c#/asp.net 4.0 with IIS 7.5 and the site will only use in internet(localhost only)
I choose ckfinder as a plugin for upload,download and browse image/files for any user.
Because there will be a lot of user will user the system. For a better management for he file, the file drectory of the user will be save as below:
C:\inetpub\wwwroot\fyp_code\fyp\ckfinder\{userid}
So, if my userid is 2
the path is C:\inetpub\wwwroot\fyp_code\fyp\ckfinder\2 and files (files, image, flash) with be create under 2 directory
But when I would like right click and Browse a image in a new window called G_F.jpg
It's not work and it said my path is not found! (C:\inetpub\wwwroot\ckfinder\userfiles\files\G_F.png)
It should be C:\inetpub\wwwroot\fyp_code\fyp\ckfinder\2\files\G_F.png
How can I change the viewing image/files path that I right-clicking "Browse" in the pop up windows??
I am first time to build a CMS web site for my final year project.
I am using c#/asp.net 4.0 with IIS 7.5 and the site will only use in internet(localhost only)
I choose ckfinder as a plugin for upload,download and browse image/files for any user.
Because there will be a lot of user will user the system. For a better management for he file, the file drectory of the user will be save as below:
C:\inetpub\wwwroot\fyp_code\fyp\ckfinder\{userid}
So, if my userid is 2
the path is C:\inetpub\wwwroot\fyp_code\fyp\ckfinder\2 and files (files, image, flash) with be create under 2 directory
But when I would like right click and Browse a image in a new window called G_F.jpg
It's not work and it said my path is not found! (C:\inetpub\wwwroot\ckfinder\userfiles\files\G_F.png)
It should be C:\inetpub\wwwroot\fyp_code\fyp\ckfinder\2\files\G_F.png
How can I change the viewing image/files path that I right-clicking "Browse" in the pop up windows??
Re: Incorrect path (Browse Image) problem on CKfinder
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Incorrect path (Browse Image) problem on CKfinder
BaseUrl : "http://localhost:80/fyp_code/fyp/ckfinder/userfiles/"
BaseDir : "C:/inetpub/wwwroot/fyp_code/fyp/ckfinder/userfiles/"
Re: Incorrect path (Browse Image) problem on CKfinder
I don't quite understand why the following:
results later in:
(where is fyp_code/fyp ?)
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+