a computer program that provides a user interface to manage files and folders.
Questions tagged [file-browser]
210 questions
0
votes
1 answer
S3 Bucket - File Browser Using Laravel and jQuery
I wants to prepare one front-end solutions for one of my s3 repository bucket. Where user can browse for all the directories and files inside it.
Basically the backend for subscription and apis is build in Laravel 5.4 Framework.
I go through so…

Chintan7027
- 7,115
- 8
- 36
- 50
0
votes
1 answer
CKFInder Custom asp.net control error
Hello every one so i am trying to work wit the CKFinder 3.4 version updating the old version CKFinder 2.6 and old Version comes with a dll file named CKFinder.dll that comes with a control names Filebrowser that is used to create this Tag …

Ahmad
- 315
- 4
- 14
0
votes
1 answer
Help with a PHP upload and file manager script
I am trying to create a script that has a basic file upload button and a form function. I am also trying to make a script that would be a file manager with all the input data from the form.
Form Layout:
Browse (Button) ----> When clicked prompts the…

Noah
- 1
- 1
0
votes
1 answer
Open Windows Explorer from Javascript
I want to open a file directory on the windows explorer by clicking a button in my application.
Note:
1. I do not want a file browser/web viewer, but the Windows Explorer (Windows+E)
2. My application does not run on a web browser (e.g. Chrome,…

gatsbyz
- 1,057
- 1
- 10
- 26
0
votes
1 answer
set header into "Send it to the Server" request
I faced an issue with the Request which "Send it to the Server" button makes. I need to set header into this request.
How can I do that from front end side?
Thanks!

Vasyl Stokolosa
- 13
- 5
0
votes
0 answers
PHP: File Upload only POST the path name
Is there a way to have a file browser that just sets a PHP variable to the path of the file.
I'm trying to just get the path of a video file I have, and uploading the whole video is a waste of time.

NeedHelpPlease
- 11
- 1
0
votes
1 answer
How do I use Excel VBA to copy a worksheet from a workbook selected using a file browser?
I'm trying to create what I thought should be a really simple Macro. I deal with the same report every day, which is updated each morning. That said, it would be really nice for me to be able to have the data I worked with yesterday in the same…

mmcgill
- 17
- 5
0
votes
0 answers
How to invoke the stock file browser/chooser in Android 5.1& 6.0
I'm building a toolkit to carry out Root management related functions (not managing root access, but simplifying some system functions), and one of them replaces various system binaries with custom versions that the user chooses. I'm having a bit of…

Alison E.E.
- 196
- 7
0
votes
1 answer
Unable to read files from internal and external storage of android phone
I want to integrate file browser functionality in my android application. I am able to access Internal memory of phone using folowing code snippet:
Path = new File(Environment.getExternalStorageDirectory().getAbsolutePath());
But I am unable to…

Yash Jain
- 55
- 1
- 9
0
votes
1 answer
Browse files in RAML - workaround
I have done some research and it appears that the RAML console does not support the functionality to browse for files. link1, link2, link3.
Is there perhaps an unofficial workaround to this problem?

ganninu93
- 1,551
- 14
- 24
0
votes
1 answer
Missing leading slash on images uploaded with Django Filebrowser
I'm having an issue with Django-Filebrowser when I try to upload an image. I'm using the following versions: Django 1.8.7, Filebrowser 3.6.4 and Python 2.7.
When I try to upload an image, everything works as expected, and the uploaded files are…

Marco Ferrantini
- 381
- 2
- 10
0
votes
1 answer
Insert local video in CKEditor
I need a plugin for CKEditor that will enable a user to embed a video that is located on the server. I added the oEmbed plugin, but that only allows the user to embed a video from sources like YouTube, Vimeo, etc.
Basically, we have a site that…

scott80109
- 361
- 6
- 25
0
votes
1 answer
Directory browser and entry bar using Tkinter
I have managed to have an opening page, followed by a second page which contains a file browser button. I would like to have the option for user entry to this file browser (copy and paste into an entry bar). Following either the directory being user…

Tfarks
- 1
- 1
- 2
0
votes
1 answer
Getting All files and folders to chosse from
I am using file browser plugin, which is really good BTW.
plugin description says that if I pass a path to get files from, I can get all the files inside that path, I wanted to know what path should I send to get all the files and folders including…

Prashanth Kumar B
- 566
- 10
- 25
0
votes
1 answer
Sd Card Path of Android Phone
I am trying to make a file browser app. So I want to begin with displaying something like this.
But I can not reach my SD card's path. I used this method
String path = Environment.getExternalStorageDirectory();
In the documentation here It…

gunescelil
- 313
- 1
- 23