Re: [nyphp-talk] PHP App for Sharing Files

2010-06-15 Thread Tim Sailer
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

Re: [nyphp-talk] PHP App for Sharing Files

2010-06-10 Thread Ajai Khattri
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

Re: [nyphp-talk] PHP App for Sharing Files

2010-06-09 Thread Mitch Pirtle
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 __

Re: [nyphp-talk] PHP App for Sharing Files

2010-06-09 Thread Chris Snyder
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

Re: [nyphp-talk] PHP App for Sharing Files

2010-06-08 Thread Michael B Allen
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

Re: [nyphp-talk] PHP App for Sharing Files

2010-06-08 Thread Chris Snyder
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

Re: [nyphp-talk] PHP App for Sharing Files

2010-06-08 Thread Edward Potter
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

[nyphp-talk] PHP App for Sharing Files

2010-06-08 Thread Michael B Allen
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