file-browser

Flash local file browser with thumbnails

Is there a way to have an file browser for Flash that allows the user to browse their local machine, view thumbnails of jpgs and other images and upload selected files? This would be like the ActiveX/Java applet that Facebook uses. Any ideas or examples? Thanks! ...

Browsing the files on a webserver with php

Hi Everyone... Is there a way to browse and the get the path to files that are on a web server using php...? Possibly any jquery plugin to accomplish this....? Or else how can i do this using only php...?? Edit : I've found some scripts that run as stand alone on the webserver and let you browse the file structure.. But i need to know ...

In Eclipse, how to open a file browser in the directory of the currently edited file

Hi, I know it's possible in eclipse to open file browsers from your project's resource browser, but is it possible for files that aren't part of your project ? Typically external includes are not found in your resource browser... If there is the equivalent of $(resource_loc) for the editor, it would work.. But I wasn't able to find it...

CKEditor - Custom image browser

I'm currently developing a image browser in PHP and jQuery. I've managed to create a custom button plugin that opens my image browser in a new window (not a dialog box): CKEDITOR.plugins.add('imgbrowser', { init: function(editor) { var pluginName = 'imgbrowser'; editor.ui.addButton('Imgbrowser', { ...

How to make Vim's file browser open a file in a new buffer?

Sometimes I start Vim by pointing it at a directory, but I'm not certain yet which file I'll need to change, so I end up looking through several files. Is there a way to make the file browser open a selected file into a new buffer so that the file browser is still available without having to reopen it with :e path/to/directory ? ...