Questions tagged [file-browser]

a computer program that provides a user interface to manage files and folders.

210 questions
1
vote
1 answer

Pentaho files browse panel folders are hidden

Hope you people are fine, I have been working in PENTAHO and have made a dashboard successfully, but when i have uploaded my files and folders on the server, cde, cda file are rendering in the file browser panel, but Folders don't appear for my…
1
vote
1 answer

Django Filebrowser, broken data stream when reading image file

I'm doing a website for my friend. I tried to use django-filebrowser, which I have been using for a long time with no problems. I've got a django-grappelli installed for it and latest Pillow. Situation look like this: I'm uploading small image and…
sebb
  • 1,956
  • 1
  • 16
  • 28
1
vote
0 answers

Configuring django-tinymce-filebrowser with django-tinymce doesn't work

I am using django tinymce for a text field in django form. It is not admin based. For inserting images, I tried django-tinymce-filebrowser. It is giving me following error in firefox error console in tiny_mce.js file: TypeError: p is…
escapee
  • 413
  • 1
  • 6
  • 14
1
vote
1 answer

Django FileBrowser 400 Error

I'm getting a 400 error when trying to access the /admin/filebrowser/browse/ page. I followed the instructions as per https://django-filebrowser.readthedocs.org/en/3.5.2/quickstart.html and have my URLs and installed apps configured correctly. What…
1
vote
2 answers

Calling ubuntu file browser (explorer) in python

I'm trying to develop a python GUI that allows the user to select a file using the native file browser (I'm using Ubuntu 12.04) and display it on the interface. First: how can I call the native file explorer using a python script and get the…
Sam
  • 41
  • 7
1
vote
1 answer

how to rectify the errors of div behaving like a file browser

my problem:i have a code that im using to make a div behave like a file browser but it keeps on giving a error Uncaught ReferenceError: handleFileSelect is not defined when inspected in google chromes console how to rectify it my code:
user3387850
1
vote
0 answers

Keep the emacs BROWSE file up to date while editing

I'm trying to use a source browser for a c++ project without using a big IDE. My current favorite text editor is emacs. I found a solution that fit well to my needs which is the ebrowse (not intrusive, can very easily add sources of third part…
Ice
  • 31
  • 4
1
vote
1 answer

Saving File and Opening with Android App

I am saving a binary to a file with a custom extension for instance .custom. How do I save it to a specific mime type? I want my app to be called to open that custom file. In the manifest I used / as mimeType but the app gets called even when…
naz
  • 1,478
  • 2
  • 21
  • 32
1
vote
1 answer

Appcelerator Titanium - openFileChooserDialog does not exist: How to open a dialog to browse for a file?

I currently have the following code: function openFileChooser() { var options = { title : "Select file to upload to cloud...", types : ['mp3', 'm4a', 'aac', 'wav', 'aif', 'aiff'], typesDescription : "Audio files", …
Pink Jazz
  • 784
  • 4
  • 13
  • 34
1
vote
0 answers

Jquery File Tree - with root folder icon that will collapse the filebrowser

I am using jquery file tree (http://www.abeautifulsite.net/blog/2008/03/jquery-file-tree/). and i want to add an icon for the root folder that when click, it will collapse the open folders and files, just display the immediate directory below the…
Pelang
  • 421
  • 7
  • 19
1
vote
1 answer

How to add keyboard shortcuts to nemo?

I want to add gloobus to nemo in linux mint. But native support is not available therefore I want to add a keyboard shortcut to nemo to open gloobus with selected element. I already found this where is described how to change shortcuts and I found…
satanik
  • 572
  • 7
  • 21
1
vote
1 answer

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: [ { xtype: 'splitbutton', text : 'File', …
Brian
  • 4,958
  • 8
  • 40
  • 56
1
vote
0 answers

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 installed) so it goes to my directory and shows the…
Alexander Kulyakhtin
  • 47,782
  • 38
  • 107
  • 158
1
vote
1 answer

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 don't want to do any uploading/downloading, we just…
NealR
  • 10,189
  • 61
  • 159
  • 299
1
vote
1 answer

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 so where can I find or how can I generate the…