Re: Simple File Server

2008-03-17 Thread Gabe Wong
Kelly.Graus wrote: Hello, I am trying to write a simple file server web app. Basically, an administrator can log in and upload files, and a user can log in and download files that the administrator has given him access to. I know how to do the file uploading and downloading, what I really

Simple File Server

2008-03-17 Thread Kelly.Graus
Hello, I am trying to write a simple file server web app. Basically, an administrator can log in and upload files, and a user can log in and download files that the administrator has given him access to. I know how to do the file uploading and downloading, what I really need to know is where