Online document storage

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
tiorocky
Forum Newbie
Posts: 2
Joined: Tue Jul 18, 2006 2:44 pm

Online document storage

Post by tiorocky »

New to this forum and right off, i know nothing about php beyound setting up a simple message board.

I would like to know if there are any programs out there that will allow me to store simple documents such as word, excel, faxes ect, in a database that I can share with others?

In advance, thanks!

Tio Rocky
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Is there any particular reason you want to store this in a database? Typically systems are defined to reference the files store on the filesystem and not actually in the database. Other than that, what kind of functionality are you looking for? To be able to upload files, permissions, etc??
tiorocky
Forum Newbie
Posts: 2
Joined: Tue Jul 18, 2006 2:44 pm

Post by tiorocky »

Hi Jcat

pretty much just looking to store document that I can get to, edit and resave from anywhere in the world... Also, have a handfull of other people that can see, edit and save,..

Any ideas?

Russ
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Post Reply