Re: [nyphp-talk] making a branch of filesystem publicly accessible via http with write access for some

2013-11-23 Thread Tim Gales
On 11/23/2013 10:57 AM, David Mintz wrote: Anybody have any recommendations for a good web-based, free file manager? http://pyd.io Play around with the demo and see if it fits your bill. ___ New York PHP User Group Community Talk Mailing List http

[nyphp-talk] testing my site and php vallidation with html help

2013-11-23 Thread Marvin Hunkin
Hi. A blind it student and doing a project and my site is: http?//marvinhunkin.bmtafeweb.com/index.php and trying to validate one of my php pages, and now, tried to wrap it in html, but getting errors. Can any one help. Need to hand this final project, working,

Re: [nyphp-talk] making a branch of filesystem publicly accessible via http with write access for some

2013-11-23 Thread David Mintz
My thanks to everyone for the comments. I started casting around for a web-based file manager. Gave http://pyd.io/ a try and it seems pretty cool. I believe this will make everyone happy. btw I considered google drive and rejected the idea for some reason... yeah now I remember. I wanted to keep

Re: [nyphp-talk] making a branch of filesystem publicly accessible via http with write access for some

2013-11-23 Thread Edgar Reyes
With that you can do the same with SkyDrive, since you're users are already on windows.. ER Totalcreations.com making the web work for you -Original Message- From: "Justin Dearing" Sent: ‎11/‎23/‎2013 5:08 PM To: "NYPHP Talk" Subject: Re: [nyphp-talk] making a branch of filesystem pub

Re: [nyphp-talk] making a branch of filesystem publicly accessible via http with write access for some

2013-11-23 Thread Justin Dearing
Another thing to consider besides google drive is webdav. Mac and windows explorer can both speak webdav. So yeah apache+webdav will give you more freedom for hosting. As far as browser based UIs for webdav look at this stackoverflow question: http://stackoverflow.com/questions/2006900/browser-bas

Re: [nyphp-talk] making a branch of filesystem publicly accessible via http with write access for some

2013-11-23 Thread Hans Z
Hi Gary, all, > Google Drive. Setup a gmail account, sign up for drive, and you can setup > shared folders. You can make them public. You can make them private. You > can give other Google Accounts[both gmail and Google Apps] any level of > rights you need. > > There are also quite a number of

Re: [nyphp-talk] making a branch of filesystem publicly accessible via http with write access for some

2013-11-23 Thread Gary A. Mort
On 11/23/2013 10:57 AM, David Mintz wrote: Anybody have any recommendations for a good web-based, free file manager? That's pretty much the bottom line, but here's the full story. Google Drive. Setup a gmail account, sign up for drive, and you can setup shared folders. You can make them pub

Re: [nyphp-talk] making a branch of filesystem publicly accessible via http with write access for some

2013-11-23 Thread David Krings
On 11/23/2013 10:57 AM, David Mintz wrote: Anybody have any recommendations for a good web-based, free file manager? That's pretty much the bottom line, but here's the full story. Hi! I read the full story, but truncate for easier overview. The two things that come to mind is a Wiki or anyone

[nyphp-talk] making a branch of filesystem publicly accessible via http with write access for some

2013-11-23 Thread David Mintz
Anybody have any recommendations for a good web-based, free file manager? That's pretty much the bottom line, but here's the full story. I need to put on our office's website a directory structure of documents -- PDFs, whatever -- for the public to browse and download at will. No problem so far.