The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
13 views

How to make file manager for jwysiwyg/Editor functional?

I have been using a wysiwyg editor from: https://github.com/jwysiwyg/jwysiwyg/wiki and I am having trouble getting the file manager functional. I am using along with a jquery plugin, Jeditable: ...
0
votes
0answers
79 views

Filemanager root read write delete directory

I am creating my own filemamager. I want to add root access. In my settings class I added this code: if (key.equals("root")) { final Runtime runtime = Runtime.getRuntime(); try { ...
0
votes
0answers
20 views

check box to delete files in a filemanager in android

I am trying to make a file manager. I have a working code which displays the list of files/directories. I want to have a check box in front of each file/directory so that I could delete the selected ...
0
votes
0answers
15 views

listView.setOnItemClickListener Issue

I am trying to create my own file manager and used a code from a blog to start with. I am having troubles creating the OnItemClickListener. Following is the code that I am using. I have two problems ...
2
votes
2answers
65 views

Open multiple files from file managers

I've built a (Linux) GUI application that can be launched from a terminal and accepts an undefined number of files as arguments. The app reads sys.argv and lists the name of these files in a ...
0
votes
0answers
21 views

eXtplorer: Wrong charset in file editor

I'm using eXtplorer as my PHP File Manager. When I open a PHP file to edit it, all the special characters appear as a question mark. Like ÅÄÖ = ??? ISO-8859-1 is normally used with swedish special ...
0
votes
1answer
65 views

Determine Mime type of a uri in android returned by an intent?

First some context of what I am trying to achieve - I am developing an Image Sharing application for which I need the user to pick an image from the filesystem . For this , I am using this code - ...
0
votes
1answer
46 views

Launch ipad application from attachment in email

I am sending a zip file containing images and text file as an email attachment in ipad. Now my required functionality is that I want to launch my app when user taps on attachment for downloading and ...
0
votes
0answers
35 views

how file managers implement or execute cp operations

I am creating a fuse file system, and I am trying to implement the cp operation. The assumption is that a file name called with mknod is the file to be created. However, file managers (I'm using nemo ...
0
votes
1answer
283 views

Equivalent Jquery Plugin to Kae's File Manager

What are the good JQuery Plugins for File Managers to represent Server Files and allow Upload, Delete Functionalities? I found the KAE's File Manager (it was exactlythe functionality what i need but ...
1
vote
0answers
92 views

overwrite dynamic dict warning for ios devices [closed]

What is this warning? and why is it coming? <Warning>: overwrite_dynamic_dict Couldn't overwrite existing dynamic dictionary /var/mobile/Library/Keyboard/en_GB-dynamic-text.dat: Error ...
3
votes
1answer
41 views

UTF Time for modified File IOS

Need to get the last modified time for IOS application inside the document folder with UTF time format?
2
votes
0answers
58 views

How do I copy a file to a location that requires special privileges in Obj-C or C?

I'm well aware of Privileged Helper tools and the purpose and techniques for deploying them. I've also successfully created and installed them — yet I cannot find a single example that illustrates how ...
1
vote
1answer
69 views

core five labs Filemanager add lazy loading

We have been using the Core 5 File Manager utility successfully for awhile now, but once our directories started accumulating 100s of images it started slowing down, drastically for our IE users. I am ...
0
votes
3answers
175 views

file exist in Document folder but not for Xcode

I have a strange problem, this code check if a file exist inside document folder: - (BOOL) checkIfFileExist:(NSString *)path { NSArray *documentsPaths = ...
0
votes
2answers
185 views

Read data from txt file present in sdcard of an Android device

I want to read data from file: FileInputStream in = openFileInput(file); InputStreamReader inputStreamReader = new InputStreamReader(in); BufferedReader bufferedReader = new ...
3
votes
1answer
220 views

How to import VIDEO from Library in Iphone into my Application?

I know that this question been asked by several.. but Im getting an error while im running this code for picking video. -(void)video { UIImagePickerController *imagePicker = ...
1
vote
1answer
352 views

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?
0
votes
0answers
66 views

Copying sqlite from app bundle doesn't copy table structure

I am working on an app in which I have a sqlite database in the app bundle that I am trying to copy from the bundle into the documents folder. This is the code for the copy action: NSString ...
1
vote
1answer
1k views

Can't copy database file using copyItemAtPath with cocoa error 4

I want to copy the database file from bundle to user document. My code is below: NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentationDirectory, NSUserDomainMask, YES); NSString ...
0
votes
0answers
61 views

How to assign different file managers to different ubuntu gdm sessions

I created standalone compiz session to have something very clean and simple for work. It's empty desktop without icons and user interface is gnome-pie. The problem is when i choose for ex. home ...
-5
votes
1answer
275 views

Get File Type from Path? [closed]

I am making a File Manager and I wanted to get the File Manager similar to this: http://i.stack.imgur.com/Ycefw.jpg I tried the solution here but It does not seem to be working: ...
0
votes
0answers
103 views

Open /mnt path in android?

I am trying to create an intent that would open a Mount /mnt path. But it seems to open only /mnt/sdcard. How do open a Mount /mnt path? Here is what I am currently using: public void onClick(View ...
0
votes
1answer
678 views

Open Default File Manager in android?

My Android Device contains Default File Manager. My Application contains one Button (Open). When I select a Open Button to Open a Default File Manager. How do open Default File Manager. Thanks in ...
0
votes
3answers
429 views

Can't write file txt on android

I try to make sms log, but my device send a error message like this 07-18 10:11:33.956: E/One(1320): Could not write file /sdcard/log.txt (Permission denied) my code to write file File root = ...
0
votes
1answer
125 views

'Lost' cPanel files while using 'move' on file manager

I was moving some crucial files outside of the public_html directory to enhance security using the 'move file' feature on cPanels file manager. I made a typo while typing in the destination for the ...
0
votes
0answers
59 views

What wrong using this

fileName is /var/mobile/Applications/27xxxxxx/Documents/19_July_2012_11_28_02.png n-19_July_2012_11_28_02.png iCloudFile is /private/var/mobile/Library/Mobile ...
0
votes
1answer
238 views

Put Java application into file manager's context menu

I'm using Eclipse IDE on Ubuntu. My app offers encryption services and I want to integrate it into the client OS. My question is: Is there a way to put my app programmatically into the context menu ...
0
votes
1answer
196 views

Online WYSIWYG with CKEditor or similar [closed]

Can anyone tell me of a decent online File manager integrated with WYSIWYG editor (script)? I would have thought this was easy to find but ive been searching all day to no avail! I have set up a site ...
0
votes
1answer
169 views

Get selected file in command of Far Manager

I want to use far and I've no idea how to do the following. I've a powershell script and want to run it via command menu. This is it: powershell C:\tgit.ps1 {selected file} I want to replace ...
-2
votes
2answers
835 views

Ajaxplorer - Remove powered by Ajaxplorer [closed]

I am using Ajaxplorer 4.0.4 Version. i want to remove "Powered by Ajaxplorer , written by charles" etc. How can i remove this and set my custom message, \ I am willing to pay for this.
1
vote
2answers
399 views

ANDROID - Intent to launch app as a file manager

I am building an app using Phonegap Build. HTML,CSS,JS... I want the app to come up when the user clicks something that needs a file manager. I know, I have to put something in the AndroidManifest, ...
0
votes
1answer
57 views

Can ESX handle multiple File Manager instances?

This might be a simple question, but can ESX handle multiple File Manager instances in multiple threads? Or must I queue file tasks to work in series?
0
votes
0answers
77 views

Hide directory from webmin File Manager

Is there any configuration or option to hide list of directories in WebMin File Manager. Usually It listing all the file hierarchy from Root folder in linux. I just wanted to set access permission a ...
5
votes
2answers
318 views

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 ...
0
votes
1answer
208 views

How to create a file manager like in MediaFire

I would like to know how to create a file manager to upload, download, edit, etc.. files like in MediaFire, Rapidshare. Can anyone tell me how?
1
vote
1answer
2k views

best open source web filemanager [closed]

I'm looking for good open source filemanagers for web servers (perhaps something written in PHP). Are there any favorites out there which people are using? Thanks for your suggestions in advance.
0
votes
1answer
176 views

Having a file viewer (manager) on apache server [closed]

I have an apache server running on Ubuntu server and I've plugged all my external hard disks to it and mounted them so I can access my files using apache file and folder listing. It's good enough ...
0
votes
1answer
122 views

Why is my “current directory” listed as root (“/”) when I run my application standalone?

I have an NSLog call which is displaying the current directory I'm using with the NSFileManager in my program. When running my application in XCODE, my "current Directory" is shown as: ...
0
votes
1answer
252 views

Creating a directory - what replaces createDirectoryAtPath?

I have the following line of code in my program which I took from the Forth edition of Stephen G. Kochan's book "Programming in Objective-C: [fileManager createDirectoryAtPath:DATABASE_DIRECTORY ...
0
votes
3answers
216 views

how to program BACK button in a file explorer?

Im developing a small file explorer, how do i set Back button. i have: txtAddress.Text which is the address bar of the explorer. string currAddress which has the current address. List<string> ...
0
votes
1answer
226 views

rails connector for ckfinder or corefive.com/projects/filemanager

Is there any connector available for rails to use either ckfinder or corefive.com/projects/filemanager. Or somebody guide me how to integrate any of these two with ckeditor in rails.
1
vote
1answer
319 views

CakePHP 1.3: CKEditor with FileManager Permission (FIXED!)

I am trying to implement CKEditor in my CakePHP app admin section with a third-party file manager (http://labs.corefive.com/2009/10/30/an-open-file-manager-for-ckeditor-3-0/). Everything has been ...
0
votes
2answers
185 views

javascript / partial logic for a file manager

I'm basically trying to create a File Manager for my rails app similar to how WordPress's 'Media' section functions. I currently have a model called Asset which is where users go to upload various ...
0
votes
1answer
55 views

Wordpress eclass

I have an assignment to create a sort of eclass within wordpress. Special users (ie teachers) should be able to upload slides etc from the frontend and they should appear on the site, in designated ...
0
votes
0answers
280 views

Writing a data to file in the app's document folder - iOS

I have a case where I need to write data from a CSV file in the server into a .csv file of the app's document folder in iOS. Firstly , is it possible to even have a .csv file in the documents folder. ...
5
votes
2answers
1k views

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 ...
1
vote
1answer
193 views

Method to “Create an empty directory with file manager”

I am compiling on linux with Qt Creator. I already finished the basics of my GUI with the Qt Designer. Now I need to know if there is a method available that opens the file manager and let me create a ...
0
votes
1answer
251 views

Copy file to different directory

Let's say I have a file at the path /documents/recording.caf and I want to copy it into the folder /documents/folder. How would I do this? If I want to use the following code, it appears as though I ...
1
vote
0answers
151 views

File chute alternative? Upload files to own server, get url

I am searching for free/open source self hosted script where one can upload file and get its URL. It should upload to our own server. Should be able to manage file restrictions etc. Should have admin ...

1 2