Simon Georget
Simon Georget
To find logfile, see : - http://www.askvg.com/where-does-windows-store-temporary-files-and-how-to-change-temp-folder-location/ - http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/where-is-the-temporary-folder/44a039a5-45ba-48dd-84db-fd700e54fd56?auth=1
any online url to provide ?
and what's browser developer panel is saying ?
Not sure it will work with aliases.... or maybe by adding some rewrite rules in .htaccess file. Try with setFileRoot() : https://github.com/simogeo/Filemanager/wiki/How-to-allow-users-to-have-their-own-folder or maybe try with the new version of...
you may try to debug that using browser's web developer tool
You can provide both relative or absolute urls. It will work as expected : ``` CKEDITOR.replace('editor1', { filebrowserBrowseUrl: './', filebrowserUploadUrl : './connectors/php/filemanager.php?mode=upload', filebrowserImageBrowseUrl : './', filebrowserImageUploadUrl : './connectors/php/filemanager.php?mode=upload&type=images', filebrowserWindowWidth :...
the FM returns a relative path, but this can be changed by specifying `baseUrl` in [config file](https://github.com/simogeo/Filemanager/wiki/Filemanager-configuration-file#the-options-section).
setting it to`true` would probably just bug. The FM is expecting for an url or `false` value.
Would you like to propose a fix that works with [all configuration cases](https://github.com/simogeo/Filemanager/wiki/Specify-user-folder%2C-configuration-cases) ? See also : https://github.com/simogeo/Filemanager/blob/master/utils/path-info.pdf
This is not that easy. Please see also #197