filemanager

What is the best Windows explorer replacer (File Manager) for developers

DUPLICATE: Best filemanager for developer I don’t like the windows explorer. It lakes several important and productive features for developer. I personally have tried 2 UltraExplorer and CubicExploere. Like both I now only use CubicExplorer because it is being actively maintained, and find it more stable. What other File Managers are...

How to launch the default (native) application for a given file from Java?

I am displaying a list of files; i.e. xls, doc, pdf, odt etc., in my Java application (Eclipse RCP). When the user clicks on the file, I want to launch the appropriate (according to what the OS thinks) native application, just like it happens in Windows Explorer or the Finder. And while I am here: It would be nice to also display the s...

Best package for basic web-based file manager

I'm looking for a basic web-based file management application. It must have an affordable price, and fairly easy installation would be a plus. ASP.Net / IIS based would be easiest for me to work with. Basically, I'd like it to create a secure web site where myself and a few people can exchange various types of files, etc. I'm looking...

Drupal6 - Web File Manager : How can I access the web file browser within a panel node via views or a block?

Or, how can I send the user to a specific directory from a link? Basically, I have groups setup as project and on the site there will be many projects associated with groups and they will each have their own folders within webfm that are automatically creating. I would like to show the files for that group in a nice fashion. I would like...

OpenSource or paid JavaScript based file manager for Amazon S3

Does anyone know of a good JavaScript based file manager that works with Amazon S3 Web Services. I need something like http://ckfinder.com, but that works directly with S3. Something like this would be great: http://s3fm.com I will need both upload and download and it would be nice to have some kind of integration with Amazon S3's ACL s...

Creating managed file transfer software in java

I have been asked to do some POC on how we can provide a software solution which will be able to manage files. Manage files means it will be able to move files from source to destination servers. The client gave us 4 page document detailing what sort of software they are looking for. They don't want to use existing commercial softwares. ...

Free Web Manager for Asp .Net 3.5

I'm looking for free Asp .Net Application that acts like Web Manager enabling users to upload and download file? Download alone should do it. Do you know of any application of that kind? ...

How to organize downloaded demos, source code, open source projects utility etc. on Windows?

I have already asked this question on SuperUser but it was suggested there that I should ask it on SO. So here. As a programmer, I downloads many files that includes small utilities from codeplex or google code, sample source code from code project, other free tools/utilities. Usually these files have meaningless file names. The file re...

Javascript server side file browser/manager

I am using openCart for a project that I am putting together and am trying to figure out what jquery tool they are using for their image manager. I couldn't find a reference to it in their forums and thought that perhaps one of you might know what it is. Opening the image viewer brings up this window: where you can then explore the ...

Help integrating the FCKEditor's filemanager into ckeditor

Hi, I hope someone can help me. I'm building an ASP.NET website and in the process of integrating the CKEditor into it, to use it as my content editor. I also need to be able to upload images to display within the content and I have found some instructions to do this (http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-...

JTree from List<File>

Hi there, I need a way to create a JTree from a list of Files. How could I create the Nodes, wich classes and methods should I use? Thanks in advance, JBeginner ...

fckeditor's filemanager in codeigniter question

Hi! I will be short in my question. In my codeigniter setup I use database session. in this session I have a variable admin_site_id which i get via $this->session->userdata('admin_site_id'); What would be the best way to get the same thing in non CI php script? I have a file manager of fckeditor, which I want to integrate but the...

Any Easy to extend Web-based File Manager for node.js?

Want to find one and modify that to read, write file on mongoDB gridfs store ...