The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
5 views

How to add a file from manu to a file tree in extjs 4.2?

I have created a toolbar with menu item in it: Ext.create('Ext.toolbar.Toolbar', { renderTo: document.body, padding: '30 0 0 0', width : '100%', items: [ { ...
0
votes
0answers
7 views

Django FileBrowser Showing Key_error at auth_user_id

Django FileBrowser Showing Key_error at auth_user_id. Key Error showing ate. filebrwoser/decorators.py at 24th line.. Filebrowser version is 1.3
1
vote
0answers
12 views

Can I invoke a Fle Explorer for a particular directory in code?

I have a directory on SD card where my application writes some output files to. From my code I want to invoke a File Explorer (such as 'My Files' on my Samsung phone or any other file explorer, if ...
0
votes
0answers
21 views

Can a File Browser access to the data in the external files of my ios app?

I am aware that file browsers such as iExplorer can access all the content in my apps local files but can it retrieve the data in the apps external files? Cheers!
-1
votes
0answers
20 views

Stopping user going above /

this is the current code i have for a file browser activity on andorid My goal is to stop the user going above "/" as it causes a NullPointerException. I have tried checking for null in different ...
0
votes
0answers
22 views

Is there a way to secure files downloaded within an app from a file browser?

Is there a way to secure files downloaded within an app to prevent them from being accessed by the user via a file browser such as iExplorer, when the device is plugged into a computer? Can I ...
0
votes
0answers
14 views

Is it possible to prevent accessing an apps local files in a file browser?

I am working on a test app that downloads files locally to the app file storage sandbox and I wanted to know if there is a way that I can prevent my app subscribers from accessing some of the files ...
0
votes
1answer
44 views

Where is the file copy dialog in Visual Studio 2012?

I used the file copy dialog in VS 2010 to selectively push web files to a production server. The only tool I can find in VS 2012 that is similar is the Web Publish Activity dialog. It forces you to ...
0
votes
1answer
52 views

open new file in new window emacs

How can emacs open a new file in a new gui window and how can it be made to open by splitting a window. with ff-find-other-file or otherwise. automatically. the buffer ring and cycling through them ...
0
votes
0answers
22 views

Dual file browsers and SVN Externals

hoping for lots of insight and pointers on this one as there are a lot of elements to this I'm not familiar with. I'm currently using SVN, and often have a need for multiple projects to use a ...
0
votes
2answers
99 views

Open a file browser in a specific folder with Python

I'm a french guy, so excuse me if my English is not very good. Here is my problem : I'm using python to make a script that works with Blender, and I need to import an .obj file. I already have the ...
1
vote
1answer
70 views

ASP MVC3 - Obtaining file path

In our ASP MVC3, we need to allow the user to navigate to a shared folder on our LAN and select the file they want associated with a particular item. We want to maintain one copy of the item, so we ...
0
votes
1answer
36 views

Should I use Nautilus GIR and if so, where is the documentation?

I'm writing a Python3/GObject based application which will use a number of file browser-like widgets. Is the best move to write these from scratch or to use GObject Introspection with Nautilus, and if ...
0
votes
1answer
80 views

How can I reuse the file chooser of ckeditor grails plugin?

I'm using the ckeditor plugin for grails (:ckeditor:3.6.2.2) and I'd like to reuse the File Chooser used to select images inside the rich text editor. I'd like to use it in a form for selecting ...
-1
votes
1answer
96 views

Time or Cost To Customize Chrome As File Explorer [closed]

How much time do you think it would take a programmer to download the Chrome browser source-code, and edit it to function like my windows Vista default file browser (Windows Explorer). Basically I ...
0
votes
1answer
46 views

FileBrowser which shows files from different directories using python QtGUI

I have full path of some pdf files which are in different directories and I want to show those files in one Window from where user can click and open them by and document viewer. Since I'm new to ...
0
votes
0answers
79 views

Upload my iPad's TSV file to SMB server (or access data with FileBrowser)

I am a novice programmer. I have created a VERY simple survey app that stores [myData writeToFile:filePath atomically:YES encoding:NSUTF8StringEncoding error:nil] the data in a TSV file. Ideally, ...
0
votes
1answer
279 views

FolderBrowserDialog with input field

I'm not sure what to google here in order to explain what I wish to do, so I'll try here: I'm using both OpenFileDialog and FolderBrowserDialog in my code for browsing for files and directories ...
0
votes
2answers
350 views

how to open a file browser in android?

Ok, yes, I know this question has been asked on here before but that was like 2 years ago and things might have changed. 2 years is a long time in the technology world. I am new to this and I am ...
0
votes
2answers
197 views

Browse and upload file

I have a ASP.NET (.NET Framework 3.5) Application. Now, I have to place a Button on a aspx-Page with the fallowing functionality on click: Ask the user for a file with Extension xls (OpenFileDialog) ...
0
votes
2answers
97 views

Android FileType viewer

Alright, so I have an app that has a custom folder: I want to open the following types: protected String[] acceptableTypes = {"jpg", "gif", "png", "bmp", "pdf", "txt"}; I can open the images or at ...
0
votes
3answers
358 views

How to open a File Dialog or Browse Files Window using Scripts?

I like to show an image or any elements of html and initialize a height to it. When i used a file type of input in html behind of an image like this : <img src="image.png"> <input ...
1
vote
1answer
62 views

Get selected FCK file url from pop-up window

So I've used FCKeditor for TinyMCE. This integrated easily and gave my customers a nice way to upload files while selecting them. To integrate this I used the following code: function ...
0
votes
0answers
51 views

How to map a network folder to the tfs sharepoint?

I want to map a network folder to TFS so I can work with the file browser instead of sharepoint. Also, I would like an option of checking in and out documents through the file browser. How can I do ...
-1
votes
1answer
72 views

Browse Azure website files? [closed]

Is FTP/SC the only means to browse and edit your Azure website? Isn't there an online file explorer to be able to apply minor changes such as modifying the web.config file etc.
1
vote
0answers
139 views

Mezzanine filebrowser deploy

I have installed mezzanine and I have tried to use the admin interface to upload some pictures to media library. I didn't have any problem on dev server (localhost) but on the deployment server I get ...
0
votes
0answers
25 views

FileChooserBuilder: whole path being displayed on windows

I'm having problem using filechooser builder on windows. Its works as expected on OSX by only displaying the directory you are in, in the dialog text box and user can then remove dir name and enter ...
0
votes
1answer
86 views

Using content provider and file file search simultaneously

I'm writing a music player that purely relies on the android content providers (MediaStore) at the moment. The problem is that the content provider doesn't always pick up all the music on the device, ...
0
votes
0answers
76 views

I want to make a simple file browser on android.Connect a server,see and select the files [closed]

This code's output like that:home/user1/a.jpg home/user1/c.pdf ...... try { Vector ...
0
votes
1answer
257 views

XNA creating an in-game file browser for music files

so I'm currently working on a music based game. Much like audio surf, the user selects their audio file and then the game continues to process the level according to the music. Currently I'm using the ...
0
votes
1answer
111 views

CKEditor external file browser

I'm trying to return file url from external file browser to CKEditor but I'm receiving error which is: [09:02:18.038] TypeError: A._.filebrowserSe is undefined @ ...
1
vote
1answer
122 views

Pure Lua filebrowser

I'm not sure how to implement a Pure Lua filebrowser... is there any code out there for a pure lua file browser and if not how can I implement it?
1
vote
0answers
122 views

Bowse a folder with over one million files inside?

I'm using window server 2008, and i have a folder that contain over one million files. I want to get list of name of top 100 oldest files in this folder. Using Window Explorer and it take very very ...
0
votes
0answers
157 views

Import OpenIntents to use the OI File Manager in an Android application

I want to use the OI File Manager as integrated file browser in my app to search and pick a file. I could implement the browser with the following command: Intent intent = new ...
0
votes
1answer
383 views

KCFinder web file manager with TinyMCE, Php script not working

I'm using KCFinder with TinyMCE in my MVC3 application. My configuration looks like as follows tinyMCE.init({ file_browser_callback: 'openKCFinder', ........... ........... }); function ...
0
votes
0answers
42 views

Prevent XYplorer from hanging while an external hard drive is booting up?

I have replaced the typical windows explorer with XYplorer as I find the tabbing feature profoundly useful. Unfortunately I always have an external hard drive connected and while it loads, XYplorer ...
0
votes
0answers
45 views

Gedit - can't see files inside Pane

I would like to use gedit but, for some reason I can't see files inside the side pane. I'v tried to download several versions, also, marked the filter option inside the side pane to "Show binary" and ...
0
votes
2answers
313 views

How to browse a text file & add items to listbox c#/.net

I want to add items to a "listbox" from a text file by browsing the file that contains text like this: "one" "two" "three" "many more" Please tell me how to browse a text file ...
-1
votes
2answers
729 views

C# file explorer in form1 [closed]

I am coding a C# project, and i want to show a file explorer box on the main form, looking like the regular file explorer (i dont need the left part though, just the pictures of folders and files). ...
0
votes
0answers
359 views

Using jqueryfiletree can i able browse only folders/subfolders and return the folder path?

I am using JQuery file browser from http://www.abeautifulsite.net/blog/2008/03/jquery-file-tree/ It displays entire folder and file structure from the specified root folder. But I need only folder ...
0
votes
0answers
117 views

Changing filebrowser url without destroying ckeditor

I'm writing a form which have some select fields and textarea(ckeditor). When user changes select fields, filebrowserurl should change(adding some values to querystring). I wrote that: <select ...
0
votes
1answer
85 views

Howto automatically open FITS images and tables with different apps from the Mac OS X Finder?

FITS files can contain several images (or more generally n-dimensional arrays) and tables. Is there a way to automatically open images e.g. with the ds9 application and tables with the TOPCAT ...
1
vote
3answers
126 views

Getting path of a pdf in android

Friends I am trying to get path of the pdf's for my app. Suppose there are n number of pdf's in your android phone(may be in root dir or sdcard) then how could you get there path programmatically ? ...
0
votes
1answer
321 views

How to set custom link browser in CKEditor?

CKEditor documentation describes "File Browser (Uploader)" which appears when user clicks insert image button. But I see no documentation about dialog which appears when user clicks insert hyperlink ...
-1
votes
1answer
141 views

Android File Browser for Google Docs [closed]

I would like to know that how can i create a simple file browser for Google docs in Android device which can list , view , delete and print the file to printer .All this functionality can use webview. ...
0
votes
0answers
127 views

Windows Explorer “Like” File Browser Control for Java

I'm looking for a Windows Explorer like file browser control implemeneted in Java. It can be Swing or anything that runs under Java SE 6. It will be used in a commercial file sharing application so ...
2
votes
2answers
3k views

Launching an intent for file and MIME type?

I've reviewed all the similar questions here, but I can't for the life of me figure out what I'm doing wrong. I've written an application that tries to launch various files, sort of a file browser. ...
0
votes
0answers
36 views

Creating file browser in intelij

Hi I am developing a plugin for intellij. I need a file browser in my Ui. I s there any convenient way of applying that? Thanx..!!
0
votes
0answers
96 views

Ajaxplorer analog for django

I have a site, that provides some basic voip services like voicemail, or call recording. For now i have 2 worker servers and one for user web-ui. So, i need to give an ability to put/take files onto ...
0
votes
1answer
72 views

restricting/securing filebrowser in php

I've built my filebrowser so far but it's pretty insecure. For example when you insert "?dir=../" or "?dir=../../../" you can view files you shouldn't be able to. My code: <?php ...

1 2