Tagged Questions
The file-browser tag has no wiki summary.
6
votes
1answer
626 views
make a file browser in Cocoa
I really want to make a simple file browser in Xcode kind of like Finder itself, but it just displays one folder as a grid view. Can anyone direct me to a guide?
4
votes
1answer
556 views
Adding a file browser button to a MS Access form
I'd like to add a "Browse" button to an MS Access 2007 form that will bring up a standard Windows file browser (as a modal window) and allow the user to select a directory. When the user OKs out of ...
3
votes
1answer
50 views
Hadoop : Tools for visualizing key value data and files for development
Are there any simple, easily launched java tools for visualizing key/value data from map reduce job directories ?
Specifically i want to browse a 20-job map reduce workflow , cliicking on individual ...
3
votes
1answer
3k views
Android custom list dialog
Hi,
I'm working on a simple file browser app. I have most of it set up (where it lists everything out in the different directories and what not) but what I'm stuck on right now (worked on it for a few ...
3
votes
2answers
3k views
In Eclipse, how to open a file browser in the directory of the currently edited file
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 ...
2
votes
0answers
21 views
Create a “tags” in filebrowser
I would like my admins to be able to upload files to the website. And I need to give those files some meta data so we can filter and display related files on the frontend. Can someone offer me a good ...
2
votes
2answers
331 views
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 ...
2
votes
2answers
212 views
Browsing the files on a webserver with php
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 : ...
1
vote
0answers
208 views
gedit 3.2.1 File Browser Pane plugin slow and unresponsive
So i have never really had issues with the File Browser Plugin before but since updating to Ubuntu 11.10, the version of gedit i have is verion 3.2.1. In this plugin I have bookmarks set up for an ssh ...
1
vote
1answer
91 views
NetBeans J2ME FileBrowser browse only folder?
I'm using NetBeans to build a folder browser application. In application flow, i place a file browser control to browse files and folders.
My problem: The file browser control always list both ...
1
vote
1answer
34 views
How can I generate file preview thumbnails in my desktop application?
I am developing a sort of file browser on the Mac, and I'm not sure how I can dynamically generate thumbnail previews of files. I would like to do this not just for images, but for common document ...
1
vote
2answers
220 views
File browser component for Java swing
Has anyone come across a fully customizable (compatible with all standard LnF), fast file browser component for Java Swing ?
I should be able to place this component to Netbeans UI palette and drag ...
1
vote
2answers
176 views
How to find all files with certain extension on Android?
I'm using a fileBrowser to find the files on the phone, but I wanted to show all files that my app can open to the user, and then the user chooses one. Like the Music Player, that show all songs on ...
1
vote
3answers
235 views
ASP.NET file browser path translation
I'm working on an asp.net file browser that recursively goes through folder and lists their files and subfolders. However I also want to make the files possible to download/view and it’s there I seem ...
1
vote
1answer
82 views
How to find out about standard apps in Android?
how can I fire the default app for file browsing on Android >= API level 7? There is no app like this that comes with Android, so is there an Intent like android.intent.action.fileexplore? How can I ...
1
vote
1answer
816 views
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):
...
1
vote
4answers
3k views
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 ...
0
votes
1answer
20 views
How do you create a drag n drop expandable file browser using html5 and php
I would like to be able to drag a directory into my browser and have it populate a file browser section to the right of the browser window with all the files and sub-directory's and their content in ...
0
votes
1answer
15 views
Register a file thumbnail with the OS for an arbitrary file type
Is there a way I can add some content to the top of my file (binary) that will display a thubmnail of the file (possibly also included in the binary file)? Alternatively is it possible to create some ...
0
votes
0answers
89 views
How to connect to a smb-server in android
I want to develop an Android application
which i start and i can see the word documents, which are stored at the fileserver. (smb)
if i touch one of this documents, it should open.
i dont know ...
0
votes
1answer
52 views
ASP.NET Server Image browser
I am developing e-Shop with ASP.NET.
In admin panel when moderator wants to define image for products I want to let him to upload a ZIP file that contains all his desired images.
I did that but now I ...
0
votes
1answer
59 views
Android Development: How To Add App To The Application Chooser?
Basically I want to add my application to the application chooser list for files with the type .php, .java, .js, .html etc. so that users can browse for a file using any file browser and use my app to ...
0
votes
5answers
270 views
How to browse folders in C++ or C?
I am implementing a program in C (also in C++) to sort files using threads, I need to implement a GUI in C++ or C to select the file to sort, without indicating the path through input standard (a ...
0
votes
0answers
74 views
How to access HTTP status code for FileReference download
I am using Flex 4, ActionScript 3.
My frontend client needs to call a URL that will do the following:
1. Produce a zip file containing grammar files that are previously generated.
2. Create an entry ...
0
votes
1answer
456 views
C# XNA - User Input
I am making 3D simulations with C# XNA, I use image\text files to load data.
I want to provide user the option to select a file which then my simulation will load and use. It's not possible with C# ...
0
votes
2answers
161 views
how to show android file browser in windows platform
I want to show file list in android in windows platform.
I used the method :
private void browseToRoot() {
browseTo(new File("C:\\");
}
private void browseTo(final File ...
0
votes
1answer
94 views
Django user-specific files (browse, download)
I have a situation where I have a Django app where users sign up for an account. The users generate a bunch of Excel files each month. These files are currently simply files generated on the server ...
0
votes
1answer
143 views
how to add file in j2me simulator file system
I am trying to send file in xmpp, for that i need to make user to select file in phone
I am using file chooser that i have created, I want to put jpg file in simulator(DefaultColorphone) file system ...
0
votes
3answers
3k views
C# Windows Forms - Select and Copy Multiple Files w MultiSelect, OpenFileDialog, & FileBrowserDialog
I'm developing a WinForms application using C# with an OpenFileDialog and FileBrowserDialog and I'd like to:
Enable selection of multiple xls files.
After selection is made, Display selected xlsx ...
0
votes
1answer
158 views
How to create file browser horizontal tree like windows using visual studio 2008
I want to create something like the windows file browser upper bar.. Like url browser, see the image below. Using visual studio 2008.
Is there any control that can do this? Free or not...
0
votes
1answer
329 views
Azure Blob Storage Browser in Silverlight
I would like to make an Azure Blob Storage browser using Silverlight, like CloudBerry Explorer does. I have an Azure Storage account and the keys, but I am still picking which Control I should use to ...
0
votes
1answer
329 views
Help with a PHP upload and file manager script
I am trying to create a script that has a basic file upload button and a form function. I am also trying to make a script that would be a file manager with all the input data from the form.
Form ...