filebrowse

How to disable the folder navigation in FileUpload control

How to disable the folder navigation in the browse file popup window that appears when browse button is clicked in FileUpload control. Currently, the browse file popup window shows specific folder which contain subfolders and files; I want to limit the user; user should not be able to browse/navigate through the upper level folders. ...

CKEditor - Trying to auto load filebrowser when no image is selected

I need suggestions on how to fire the Browse Server button automatically. My client wants to skip the whole Image Properties dialog and go straight to the file browser/uploader when the image button is clicked and no image is selected. Makes sense to me. I've figured out how to test for no image selected in the image plug in. But I can...

CKeditor: Add a custom tab to a dialog with a "Browse server" button

Hello, I am using CKeditor and I have written a custom filebrowser, which works quite well. At the moment I am trying to modify the image dialog. I want to add a tab, which allows the user to enable prettyPhoto for the image. Therefore I need a button, which calls the filebrowser. I added the filebrowser option to my element, but when I...