Hi,
I guess I found a bug in FCKeditor, becouse files/images are uploaded in different directories when uploaded through Browser and through Quick Upload
Let's say: if I upload the image "myPicture.jpg" through Browser, the path is:
/UserFiles/image/myPicture.jpg
And this is fine beacouse "myPicture.jpg" is uploaded in the "image" directory.
But when I upload the same image through Quick Upload the path is:
/UserFiles/myPicture.jpg
In other words, seems that the "/image/" directory is ignored when using Quick Upload
And of course, in the second case I can't browse the "myPicture.jpg" file simply becouse it's not in the "image" folder
The same happens with links/files
Is this a bug? Is there a workaround for this?
Thanks
I guess I found a bug in FCKeditor, becouse files/images are uploaded in different directories when uploaded through Browser and through Quick Upload
Let's say: if I upload the image "myPicture.jpg" through Browser, the path is:
/UserFiles/image/myPicture.jpg
And this is fine beacouse "myPicture.jpg" is uploaded in the "image" directory.
But when I upload the same image through Quick Upload the path is:
/UserFiles/myPicture.jpg
In other words, seems that the "/image/" directory is ignored when using Quick Upload
And of course, in the second case I can't browse the "myPicture.jpg" file simply becouse it's not in the "image" folder
The same happens with links/files
Is this a bug? Is there a workaround for this?
Thanks
Re: Bug? Images/files uploaded in different directories
In the meantime, set $Config['UseFileType'] (or something named like that) to true, that should help a bit.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Bug? Images/files uploaded in different directories
Thanks for your answer, Wiktor! I gave a look at FCKeditor 2.5 SVN and yes, seems that it's much more easy!
Anyway, in the config.php file of version 2.5 SVN I guess I found an error on documentation.
At line 83, maybe the following lines:
Re: Bug? Images/files uploaded in different directories
You're right! I'm changing it right away.

Thanks a lot
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+