Tagged Questions
The filemanagement tag has no wiki summary.
5
votes
5answers
289 views
Searching directories for tons of files?
I'm using MSVE, and I have my own tiles I'm displaying in layers on top. Problem is, there's a ton of them, and they're on a network server. In certain directories, there are something on the order of ...
4
votes
8answers
470 views
What is the best way to handle files for a small office?
I'm currently working at a small web development company, we mostly do campaign sites and other promotional stuff. For our first year we've been using a "server" for sharing project files, a plain ...
3
votes
3answers
821 views
Replacing Windows Explorer With Third Party Tool
How would I go about replacing Windows Explorer with a third party tool such as TotalCommander, explorer++, etc?
I would like to have one of those load instead of win explorer when I type ...
2
votes
2answers
184 views
Location of my own directories
I am trying to understand how to create my own directory tree and access it from my application.
I am doing some kind of learning program and want to create a directory structure like this:
...
1
vote
5answers
182 views
Preferred protocols to upload static files to your Apache server?
If you were the administrator of an Apache web server, what protocol(s) would you prefer to provide, for the web developers to upload static files (html/gif/css/...), with the goal of maximum security ...
0
votes
0answers
34 views
How to authenticate pgrfilemanager usuing CakePHP
i am using ckeditor with pgrfilemanager and I woould like to add authentication to the filemanager using cakePHP is it possible?
Thx for any suggestions
0
votes
1answer
218 views
how to write a RESTful filemanger?
hiho
today i have direct a problem :P i just need some ideas...
how do you would write a RESTful filemanager in rails?
i want to use a files controller which does all the operations with the files.
...
0
votes
3answers
234 views
Is it possible to Copy images from web to your Hard Drive?
I am trying to create a page for just personal use. What I want to do is, create a system through which I can download images to my local hard disk, directly by providing the link through a localhost ...
0
votes
2answers
81 views
Content is not retreived from file
I've got this wired problem, I cannot get the content from the file and initiate my NSMutableArray with it.
Here's my code:
NSArray *paths = ...
0
votes
1answer
38 views
How to organize downloaded demos, source code, open source projects utility etc. on Windows?
I have already asked this question on SuperUser but it was suggested there that I should ask it on SO. So here.
As a programmer, I downloads many files that includes small utilities from codeplex or ...
0
votes
2answers
63 views
directory listing with restrictions
I am trying to make a script that lists only folders within a folder. The thing is that I have users who can create folders within their folders so basically what I'm trying to do is to have a way for ...
0
votes
2answers
251 views
Vb.Net Document Storage
I am attempting to add a document storage module to our AR software.
I will be prompting the user to attach a doc/image to thier account. I will then put a copy of this file into our folder so that ...
0
votes
3answers
1k views
PHP File Management System
We need to create a file management interface that integrates with the clients current website built on cakephp.
The file manager must only let the users see the files that they have permissions too.
...
0
votes
3answers
362 views
What is a better way to create an access database of file names using C++ Builder?
Final question for the night. And apologies for the complete noobness of this.
I have, with help from stackoverflow and google achieved the following...
void __fastcall TForm1::Button1Click(TObject ...