Questions tagged [file-browser]

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

210 questions
2
votes
0 answers

Windows 10 Namespace Extension - OpenFileDialog and the temporary folder

For a little side project I've been working on a namespace extension to view and modify a custom archive format straight from windows explorer. This is working fine: I can browse the archive, modify it etc., but I've run into a little stumbling…
Bert
  • 51
  • 1
  • 2
2
votes
1 answer

File browsing in Android

Is there a specific View/Widget available for browsing files on the device? Or is there another solution that has become accepted? Searching has yielded very little useful information for me.
Lunchbox
  • 2,136
  • 7
  • 29
  • 40
2
votes
1 answer

FileBrowser is not defined

I was tasked with upgrading a Django 1.3 application up to 1.8. I changed out the applications Filebrowser with a newer version from a Django 1.7 app we also have. Everything is working great, except in the admin, when I try to upload an image with…
TJB
  • 3,706
  • 9
  • 51
  • 102
2
votes
2 answers

Show all .txt files from a folder in an activity

I have a application where the user can write a text into a EditText and the written text is saved in an auto generated .txt file. Now I want to show all the txt files from the folder in an activity, not like a regular file browser, just the title…
Baran
  • 57
  • 3
2
votes
1 answer

Filter files when their extension matches a regex pattern

In Plupload we can limit the file types (say, archive file) by setting the filters as shown below // Specify what files to browse for filters : [ {title : "Zip files", extensions : "zip,avi"} ], I have list of files, (for example X.A1,…
RameshPasa
  • 407
  • 6
  • 25
2
votes
1 answer

Is there a django app that provides a file chooser for the files on the server?

I need a component that's a browser-based file browser, and I expect some django app to currently provide this. Is there such a thing? The full story: I'm building a django app that is used for testing. I want to use it to serve files (and strings,…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
2
votes
1 answer

C# file selection and network access?

I'm creating a very simple application that will select files from local drive or from PC connected in a network. Application has a "checkbox" that can be checked True or False. Is it right to connect from Network location?? How can I create file…
Solution
  • 164
  • 1
  • 2
  • 11
2
votes
2 answers

How to create a browser for system drives, folders and files

I want to create as the following: Unfortunately, Qt does not supported ready widget for that. Is there is a plugin or any way to do that?
Lion King
  • 32,851
  • 25
  • 81
  • 143
2
votes
2 answers

Open standard file browser window when saving/exporting files with Python/Django

I am developing an web application with Python and Django web framework. There is a part where I have to export the database table content in a .csv format file to a local disk. I wonder if there is a way to show an file browser window to let the…
2
votes
2 answers

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 : I've found some scripts that run as stand alone on…
SpikETidE
  • 6,711
  • 15
  • 46
  • 62
2
votes
1 answer

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…
Mokkapps
  • 2,028
  • 9
  • 42
  • 67
2
votes
1 answer

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 button. This dialog also has "browse on server"…
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
1
vote
1 answer

What is a good File Manager for a .NET Web Application?

I need a File Manager for C#/.NET in my web application (similar to the old one in Telerik, but I'll avoid Telerik right now). I need it because the user should browse folder, enter the folder, e select "file". I just need this behaviour. Found…
markzzz
  • 47,390
  • 120
  • 299
  • 507
1
vote
1 answer

Asp.net mvc - TextBox with a browse button on filse on the server

I have a Asp.net MVC 3 project where I want to implement a textbox and a Browse button where I can browse on the path of the server /Content/Image and retrieve the filename of the file selected. How to do it ?, as when I put in the view , it always…
dtjmsy
  • 2,664
  • 9
  • 42
  • 62
1
vote
2 answers

How do I get netrw (in Vim) to use the absolute path?

I've got Vim73 on Windows, and I'm trying to move files through the file browser. It had been giving me an error about "move" not being executable (see this post). After some debugging I discovered the issue was in my vim73\autoload\netrw.vim file.…
Wayne Werner
  • 49,299
  • 29
  • 200
  • 290