Tagged Questions

0
votes
3answers
152 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:: …
0
votes
2answers
75 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 …
0
votes
3answers
230 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 h …
4
votes
8answers
329 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 projec …
5
votes
4answers
4k views

what is the best Total Commander alternative ? [closed]

What do you think ? I've tried various tools, but can't find actual for my needs. I like that it have ftp client and so on, but there are too much stuff, and it kinda disturbs me …
3
votes
3answers
450 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 whe …
1
vote
5answers
132 views

Preferred protocols to upload static files to your Apache server ?

Hello!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 th …
2
votes
5answers
187 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 somet …