Questions tagged [file-browser]

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

210 questions
0
votes
1 answer

How to open my app's external/shared storage directory

I have a notification displaying progress of downloading a file. Upon completion, tapping on it should open the directory in which the file was saved (my app's external storage directory). The intent is set up in the following way and is later…
Serge
  • 359
  • 2
  • 13
0
votes
2 answers

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 aDirectory){ if…
sudo
  • 1,525
  • 7
  • 34
  • 59
0
votes
1 answer

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 and stored in the filesystem, and are not part of…
chefsmart
  • 6,873
  • 9
  • 42
  • 47
0
votes
1 answer

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 but unable to do so,I tried putting file to this…
Nirmal- thInk beYond
  • 11,847
  • 8
  • 35
  • 46
0
votes
0 answers

How to make this vim file browser function work in neovim?

This function integrates the fantastic lf file explorer into vim but it does not work in neovim. How would you make it work in neovim? function! LF() let temp = tempname() exec 'silent !lf -selection-path=' . shellescape(temp) if…
Davosaur
  • 65
  • 8
0
votes
1 answer

Report file viewer for Magento 1

Is there any file viewer for Magento 1.x ? I need something to browse var/report folder from admin, and see error details That for admin users of Magento, to know what happen, and decide call or no to developers support
Simon
  • 13
  • 1
0
votes
1 answer

How can i read/write to directory with angular 8

I am looking to create a file browser within my angular app and currently can't find anything which will allow me to read/write to a directory within angular 8 This looked promising to be able to populate my directory tree but i get lots of errors…
andy
  • 129
  • 3
  • 12
0
votes
1 answer

Browse button in android activity

Currently I'm developing an application which requires a browse button in my activity. When I press the browse button I should be able to browse and select only text files my phone and sd card. Upon select the text file, the directory of the…
Harith
  • 35
  • 5
0
votes
1 answer

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...
MoniR
  • 1,351
  • 12
  • 18
0
votes
1 answer

Trying to select a files location + file name in AS3

I am creating a file testing program in actionscript 3. I have the URL loader to load the file path + name typed in the textbox. However I am looking to upgrade the experience. I am trying to find a way to choose a file location and name from a…
Chibizs
  • 11
  • 2
0
votes
1 answer

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 display file list (DataGrid?). For the coding,…
Raptor
  • 53,206
  • 45
  • 230
  • 366
0
votes
1 answer

Why can't I implement a file browser in a fragment?

I am building a music app which has a tablayout and the tabs are implemented as fragments. I created a file browser in one of the fragments(MyFiles.java) using RecyclerView. It shows the directories and files but the problem is when I click any of…
0
votes
0 answers

Can you access a File browser thumbnail in a Django admin model class?

I have a Django application, with a model that has a Filebrowser field for uploading images. In the admin I have a method that returns an image html element so after a user uploads an image, they can see what they uploaded. Some images however are…
TJB
  • 3,706
  • 9
  • 51
  • 102
0
votes
0 answers

Going to parent folder in file explorer written in c# console

UPDATED: This code will work like a common WindowsFormApplication file explorer. When you enter the id for each folder (each files and folders will have an id), it will show files and folders in it. The thing i want is when user enter the ".."…
0
votes
1 answer

APEX: Read uploaded excel file with as_read_xlsx

As far as I understand, APEX 5.1 does not support Excel files to be loaded into tables. I found this package that seems to make it possible to SELECT from Excel files, but it does not show how to use it with, for example, files loaded via the "File…
Markus Appel
  • 3,138
  • 1
  • 17
  • 46