Opened 18 years ago
Closed 18 years ago
#317 closed Bug (duplicate)
Bug in browser/upload
Reported by: | Geert Huylebroeck | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4.1 |
Keywords: | Cc: |
Description ¶
I just installed fckeditor. The php upload is working fine. Images are saved in the /Upload/ directory. When I click browse files, I can't see the uploaded images. He is looking in the image folder. The browser is also automaticaly creating the /Upload/image/ folder. When I try top upload in the /Upload/Images/ folder, the browser is still creating an image folder (capital I).
See also http://sourceforge.net/forum/forum.php?thread_id=1704488&forum_id=257180

Change History (1)
comment:1 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |

You should set in the upload/config.php file $ConfigUseFileType? = true ;
(and also fix the bug mentioned in that thread, I'll commit it right now) marking as dup of #274