I was having a few difficulties with the FCK default browser on a Linux browser (using Zend Framework) so downloaded your browser. This is just to say that I have now tested your browser on Windows server and some Linux servers and it seems to work seemlessly. Thank you.
For those who where wondering about, this info in on the readme.txt file. :S
TinyBrowser 1.40 - A TinyMCE file browser (C) 2008 Bryn Jones
(...)
This installation method integrates TinyBrowser as a custom file browser with FCKeditor.
1) Copy the tinybrowser folder and contents to your server.
2) Edit your fckconfig.js file as follows (replace existing lines).
To enable TinyBrowser for files: FCKConfig.LinkBrowserURL = '/yourtinybrowserurl/tinybrowser.php?type=file';
To enable TinyBrowser for images: FCKConfig.ImageBrowserURL = '/yourtinybrowserurl/tinybrowser.php?type=image';
To enable TinyBrowser for Flash: FCKConfig.FlashBrowserURL = '/yourtinybrowserurl/tinybrowser.php?type=media';
If you wish to disable the default FCKeditor file uploads (recommended), set the following: FCKConfig.LinkUpload = false; FCKConfig.ImageUpload = false; FCKConfig.FlashUpload = false;
3) Edit the TinyBrowser configuration file (config_tinybrowser.php).
Change the $tinybrowser['integration'] line: $tinybrowser['integration'] = 'fckeditor';
The other most important settings are the file paths (these will be automatically created on your server by TinyBrowser if they do not exist) and the 'obfuscate' property, which should be set to a random value.
***NOTE:*** If your server is Unix-based. you may wish to modify the $tinybrowser['unixpermissions'] config value, which decides permissions.
4) All done! Now when you click the Browse Server button in the FCKeditor dialog windows for image, Flash and link, TinyBrowser will appear instead of the standard FCKeditor file browser.
Re: Custom File Browser with Multiple File Upload (Flash Based)
This is just to say that I have now tested your browser on Windows server and some Linux servers and it seems to work seemlessly.
Thank you.
Re: Custom File Browser with Multiple File Upload (Flash Based)
Re: Custom File Browser with Multiple File Upload (Flash Based)
Re: Custom File Browser with Multiple File Upload (Flash Based)
Regards,
MEM
Re: Custom File Browser with Multiple File Upload (Flash Based)
:S
TinyBrowser 1.40 - A TinyMCE file browser (C) 2008 Bryn Jones
(...)
This installation method integrates TinyBrowser as a custom file browser with
FCKeditor.
1) Copy the tinybrowser folder and contents to your server.
2) Edit your fckconfig.js file as follows (replace existing lines).
To enable TinyBrowser for files:
FCKConfig.LinkBrowserURL = '/yourtinybrowserurl/tinybrowser.php?type=file';
To enable TinyBrowser for images:
FCKConfig.ImageBrowserURL = '/yourtinybrowserurl/tinybrowser.php?type=image';
To enable TinyBrowser for Flash:
FCKConfig.FlashBrowserURL = '/yourtinybrowserurl/tinybrowser.php?type=media';
If you wish to disable the default FCKeditor file uploads (recommended), set
the following:
FCKConfig.LinkUpload = false;
FCKConfig.ImageUpload = false;
FCKConfig.FlashUpload = false;
3) Edit the TinyBrowser configuration file (config_tinybrowser.php).
Change the $tinybrowser['integration'] line:
$tinybrowser['integration'] = 'fckeditor';
The other most important settings are the file paths (these will be
automatically created on your server by TinyBrowser if they do not exist) and
the 'obfuscate' property, which should be set to a random value.
***NOTE:*** If your server is Unix-based. you may wish to modify the
$tinybrowser['unixpermissions'] config value, which decides permissions.
4) All done! Now when you click the Browse Server button in the FCKeditor dialog
windows for image, Flash and link, TinyBrowser will appear instead of the
standard FCKeditor file browser.
Regards,
MEM
Re: Custom File Browser with Multiple File Upload (Flash Based)