On Tue, Jun 8, 2010 at 1:48 PM, Edward Potter wrote:
> Dropbox just became the biggest hit in years.
>
> Maybe you can tie in with that somehow? It's almost a perfect piece
> of software. Sure you could replicate it, but they just nailed it.
>
>
Even better:www.dropoff.me
The author (Julian
On Tue, 8 Jun 2010, Michael B Allen wrote:
> Is there a simple PHP web application for sharing files over the web?
> I'm looking for something very simple and light weight but which has a
> web based user administration control panel and group based access
> control.
>
> Any ideas?
Do a Google f
Writing a sample php script right now that uses GridFS from MongoDB to
accomplish the same task, and all you need to do in order to scale is
fire up additional MongoDBs. Let me know if there's interest, at the
very least I can toss it up on GitHub somewhere.
-- Mitch
__
On Tue, Jun 8, 2010 at 3:12 PM, Michael B Allen wrote:
> It sounds like what I want though. The WebDAV sync aspect is great.
> What is the closest thing to a clone of dropbox?
WebDAV is a completely different approach, and gives you a traditional
network filesystem: a single set of files, shared
Are you talking about https://www.dropbox.com/?
This looks like a closed source solution and it requires files go
through their servers. I don't know if the company privacy policy
would be compatible with that.
It sounds like what I want though. The WebDAV sync aspect is great.
What is the closes
On Tue, Jun 8, 2010 at 1:48 PM, Edward Potter wrote:
> Dropbox just became the biggest hit in years.
Dropbox not ideal if you want to manage user and group access to a
shared file storage domain.
It rocks for individual and small-group sharing though.
> On Tue, Jun 8, 2010 at 1:15 PM, Michael
Dropbox just became the biggest hit in years.
Maybe you can tie in with that somehow? It's almost a perfect piece
of software. Sure you could replicate it, but they just nailed it.
On Tue, Jun 8, 2010 at 1:15 PM, Michael B Allen wrote:
> Hi,
>
> Is there a simple PHP web application for shari
Hi,
Is there a simple PHP web application for sharing files over the web?
I'm looking for something very simple and light weight but which has a
web based user administration control panel and group based access
control.
Any ideas?
Thanks,
Mike
___
New