a computer program that provides a user interface to manage files and folders.
Questions tagged [file-browser]
210 questions
1
vote
4 answers
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 :
So…


Mahmood Kohansal
- 1,021
- 2
- 16
- 42
1
vote
1 answer
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 fileBrowserCallBack(field_name, url, type, win) {
var connector =…

Gijs P
- 1,325
- 12
- 28
1
vote
0 answers
Folderbrowserdialog browsing a remote pc
I have a question regarding folderbrowser when i browse to a remote computer nothing is showing under that object.
But if i use fileopen and browse to the same location it lists all the folders and files, is there some sort of authenication…

Kevin Babb
- 111
- 1
- 2
- 13
1
vote
1 answer
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 the following:
NetworkError: 500 INTERNAL SERVER…

Traian
- 2,915
- 1
- 24
- 32
1
vote
1 answer
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?

qaisjp
- 722
- 8
- 31
1
vote
0 answers
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 long time (take about 2 days then crash).
Is there…

Minh Nguyen
- 1,989
- 3
- 17
- 30
1
vote
3 answers
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 ? Could some one please suggest me some hints…

karansingh1487
- 105
- 1
- 2
- 11
1
vote
2 answers
Alternative for tkinter's askopenfilename
Currently I am using tkinter's askopenfilename in a quicklist editor for Ubuntu to get a file's name and location. Although it works fine, the look and feel is not native.
Is there an easy alternative dialogue window, to navigate and get a file's…

Jacob Vlijm
- 3,099
- 1
- 21
- 37
1
vote
1 answer
tinymce file browsers multiple file source
I am doing some updates to a site I have developed over the last few years. It has grown rather erratically (I tried to plan ahead, but with this site it has taken some odd turns).
Anyway, the site has a community blog ( blog.domain.com - used to be…

cjtech
- 459
- 2
- 8
0
votes
1 answer
Controller for implementing a file browser in iOS
What Controller to be used for opening a file browser in iOS? Additionally, how do I set the path of an sd card in my application for reading the files which are stored in iPhone?

nan
- 117
- 3
- 9
0
votes
1 answer
Browse directory files and pass url to PHP, or upload and pass URL
I've been searching for a good 3 hours, and I'm stumped on how to do something I think is pretty simple (famous last words...)
Basically, I'm building a site that allows the user to upload a pdf file. The URL of this file is stored in a database,…

Fudge01010
- 35
- 1
- 5
0
votes
2 answers
TextView NullPointerException using setCompoundDrawablesWithIntrinsicBounds
I was trying to add an icon to the left of each item in a ListView by using the setCompoundDrawablesWithIntrinsicBounds function but keep getting a NullPointerException. I've seen other ways of doing this but was wondering I keep getting this error…

joelreeves
- 1,955
- 1
- 18
- 24
0
votes
1 answer
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 the file browser section.
The file browser would…

Pro-grammar
- 365
- 2
- 17
0
votes
1 answer
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 hidden file or directory which will map…

zbeekman
- 648
- 7
- 15
0
votes
0 answers
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 how to connect or to build it.

skatelab
- 11
- 2