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
8
votes
1 answer

jQuery FileManager Recommendations

I am looking for a filemanager to use in a jQuery project I am working on. What are the most recommended jQuery FileManager plugins? Thanks.
Alireza
  • 1,428
  • 4
  • 21
  • 33
7
votes
3 answers

How to launch the default (native) application for a given file from Java?

I am displaying a list of files; i.e. xls, doc, pdf, odt etc., in my Java application (Eclipse RCP). When the user clicks on the file, I want to launch the appropriate (according to what the OS thinks) native application, just like it happens in…
Thilo
  • 257,207
  • 101
  • 511
  • 656
7
votes
1 answer

Open Specific Folder in file manager for viewing

I downloaded a file for user , now I want to navigate user to the specific folder where file was downloaded . I searched a lot and this was the best I could come up with public static void openASpecificFolderInFileManager(Context context, String…
Manohar
  • 22,116
  • 9
  • 108
  • 144
7
votes
2 answers

Open the File Manager from an android app

How can I redirect my app to open the File manager at a specific path ? I've tried something like: Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND); shareIntent.setType("*/*"); shareIntent.putExtra(Intent.EXTRA_STREAM, …
Phantom
  • 968
  • 3
  • 14
  • 32
7
votes
1 answer

Is it possible to preview pdfs in a PyQt application?

I'm working on a file manager in Python for windows using PyQt4 that deals almost exclusively with pdfs. I'd like to keep it portable so I can run it off a usb stick. Is it possible to preview a pdf, similar to…
Insarov
  • 971
  • 1
  • 10
  • 15
6
votes
3 answers

Change configuration of button on windowManager TinyMCE

I have made a file manager for image upload on tinyMCE, and get form upload and list of image from another file (attachment_path). First I have successed to get image url and put to field_name when I select an image. But now I want change disable…
itx
  • 1,327
  • 1
  • 15
  • 38
6
votes
1 answer

Is there any replacement for Webmin file manager?

I was wondering if there is any third party module to replace Webmin Java file manager. I couldn't find anything in Webmin website. so is there anything I can try?
Zim3r
  • 580
  • 2
  • 14
  • 36
6
votes
2 answers

Online file storage logic

I want to develop a website like file manager. Where user register and will get fix disk space lets say 20MB. Now user can upload their pdf, doc, txt, jpeg etc files upto their disk limit. I can develop upto this using PHP. Now below is my issue: 1)…
VibhaJ
  • 2,256
  • 19
  • 31
6
votes
3 answers

Programmatically set custom folder/directory icon in Linux

In Linux, can one set a custom icon for a folder/directory as it appears in a desktop/file manager? For example for Windows Explorer one can set a custom icon in the folder's desktop.ini file? If so, is there a common mechanism or API function to do…
Roger Nelson
  • 1,882
  • 2
  • 15
  • 21
5
votes
2 answers

How to set the File Manager in IntelliJ IDEA?

I've been using Show in file manager option in Idea actively enough. But some time ago it has got broken suddenly: now it opens "Sublime 2" text editor instead of "Thunar" file manager. Where can I configure this?
Ivan
  • 63,011
  • 101
  • 250
  • 382
5
votes
1 answer

HTML: Mac-like and Windows-like file browser UI

What are the most accurate HTML/JS browser-based "clones" of the OSX Finder file-browsing UI and the Windows Explorer file-browsing UI? I'm not necessarily looking for any back-end functionality for actually moving/renaming/etc files and folders --…
themirror
  • 9,963
  • 7
  • 46
  • 79
5
votes
1 answer

Android 10 How to create file/folder in file manger that is accesible with all app

I am using the below code to create a directory/ file in storage. File file = new File(Environment.getExternalStorageDirectory().toString(), "/MyDirectory"); After updating target SDK version 29 in android 10 its not woking. can anyone suggest…
Parth
  • 1,908
  • 1
  • 19
  • 37
5
votes
3 answers

iPhone Documents Folder Library/Caches Security issue

I am developed one iOS Application. For security reason I downloaded All Audio/Video files to Documents folder under Library/Caches. For using iTunes the end user can't take this video backups. But some of the External softwares easily open the…
PREMKUMAR
  • 8,283
  • 8
  • 28
  • 51
5
votes
1 answer

How to import video from library in iPhone into my application?

I know that this question been asked before, but I'm getting an error while I'm running this code for picking video. -(void)video { UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init]; imagePicker.delegate =…
Amitabha
  • 1,664
  • 1
  • 12
  • 30
5
votes
2 answers

Fully featured file download manager for iOS

I've been looking for a nice file download manager I can use in my app and haven't been able to find anything with the features I want... queue multiple async downloads control number of simultaneous downloads block based callbacks include success,…
Marky
  • 1,294
  • 1
  • 18
  • 40
1
2
3
30 31