Questions tagged [file-manager]

file-manager is a GUI oriented application or service with the purpose to manage files in a operating system.

is a GUI oriented application or service with the purpose to manage files in a operating system. Use this tag, and use this tag only, if you have a question that explicitly targets a specific File Manager or a specific File Manager API.

455 questions
5
votes
4 answers

Free open source asp.net file managers?

Any good ones? So far I have found IZWebFileManager, OXFileManager and AWS File Picker. The file manager should be able to delete, copy, rename, download & upload files.
Abdu
  • 16,129
  • 13
  • 59
  • 84
4
votes
1 answer

KCFinder for ASP.NET

I have used KCFinder (http://kcfinder.sunhater.com/download) with PHP in some projects and integrated with CKEditor (http://ckeditor.com/) and I would like to do the same thing with ASP.NET (ideally with MVC). Has anyone been able to implement…
SzilardD
  • 1,611
  • 2
  • 22
  • 40
4
votes
1 answer

'Extract Here' context menu item for Dolphin file manager

I installed the Dolphin file manager from Software Manager. It's a nice file manager. I would like to get the Extract Here context menu, where you right-click on an archive and select Extract Here and it gets extracted in the same folder.. like…
Vijay Keshri
  • 427
  • 1
  • 4
  • 12
4
votes
1 answer

Why ContentResolver does not see added files by another app?

I added files to Documents/MyExcelsFolder by using ContentResolver.insert and then also added new file to Documents/MyExcelsFolder folder by another app (for ex. FileManager) Then I try to get all files from the MyExcelsFolder folder fun…
NickUnuchek
  • 11,794
  • 12
  • 98
  • 138
4
votes
0 answers

Laravel on shared hosting not uploading image with Unisharp filemanager for CKEditor

I am using Laravel 5.5 on shared hosting, so I have the public directory as the base with all the Laravel files in a sub directory called Laravel. Everything works OK except uploading an image. It is not giving any error messages, but when I look…
Jim
  • 596
  • 1
  • 10
  • 36
4
votes
1 answer

How to get Xcode root folder directory path using Swift

How to get the Xcode project root directory? Example: /Users/username/MyProjects/Project/. similar to ${SRCROOT} I checked through FileManager urls and couldn't find the path. Goal I am running tests and would like to create a log.txt file in the…
Tal Zion
  • 6,308
  • 3
  • 50
  • 73
4
votes
1 answer

USBdevice recognise as storage device and find path

How can I detect a mounted device such as a Pen-Drive, that can be used for storage? How can I find the path for the mounted storage device so I may read files from it? I've used following broadcast receiver taking the permission to access mounted…
A_rmas
  • 784
  • 2
  • 10
  • 26
4
votes
0 answers

How to get File Path or URI after Saving it through Android native(PRINT) Dialog?

The Print api is added in android in KITKAT. I used it to save PDF of content loaded in webView. An native Dialog open and give option of print or save as PDF. if user select save as PDF option . open an file explore and saves the file. I want PATH…
Tarun Sharma
  • 824
  • 1
  • 11
  • 24
4
votes
3 answers

How to create the gallery folder in android programmatically?

Note: I need to create Gallery App like this. ie. first show sdcard folders thumbnail images first, then, when I click thumbnail, then, need to show another new page to show subimages. like whatzup image upload, and Gallery App from play…
harikrishnan
  • 1,985
  • 4
  • 32
  • 63
4
votes
1 answer

Web Based File Manager that works with Tomcat/JBoss

I need to manage remotely the files of a webserver without having a FTP access, I know that there are a lot of great products like http://www.filemanager.net, but I need something opensource and that can run on tomcat/JBoss (would be perfect if it…
Fabio
  • 415
  • 1
  • 5
  • 14
4
votes
1 answer

Open Default File Manager in android?

My Android Device contains Default File Manager and a Button (Open). How to open the file manager when I click the button?
Bala
  • 445
  • 5
  • 11
  • 26
3
votes
1 answer

Difference between Application Documents Directory and Support Directory in path_provider?

I am new to path_provider. I am making a music app and want to download an mp3 file but I don't know which is the right way to download the file within the application. I want to store the file with application storage so users can not access it…
amit.flutter
  • 883
  • 9
  • 27
3
votes
1 answer

Proper way of responding to a request with a temp file in Vapor

I have a Vapor server running and it's creating files. Those files are temporary files, so they should not stay on the server. Currently I use the following: let data = try Data(contentsOf: tempURL) try FileManager.default.removeItem(at:…
Georg
  • 3,664
  • 3
  • 34
  • 75
3
votes
1 answer

How to List all Internal Storage Folders in Android Q (API Level 29)?

I am new in programming and want to make a file manager in android studio. I am facing problems in listing all device folders in API level 29 after getExteralStorageDirectory was deprecated.
DikShU
  • 96
  • 1
  • 10
3
votes
2 answers

AjaXplorer - Users from server

I discovered AjaXplorer and I was wondering if I could set up an account system so that it uses the logins from the server it connects to. If AjaXplorer is unable to do this, were could I find an alternative that could?
daxvena
  • 1,140
  • 3
  • 14
  • 30
1 2
3
30 31