dfiedler
12-14-2003, 08:09 AM
I am a complete newbee. Can someone point me to how I can code a page the purpose of which is to share documents and photos within a password protected group.
We are a group of students. I want each of us to be able to upload and store on the server photos and documents with a paragraph of description. And from this list we can download as well.
Thanks
PeOfEo
12-14-2003, 11:50 AM
I just made something like this. It requires a server side language. Go to http://quasi-ke.servebeer.com the login name is test, the password is test. If it seems laggy, that is becuase it is at the moment, emule is running and its a darned resource glutton and is eating up all of my ram. That is my file manager. I have a simple upload form too, and you can use directory browsing to view the files and download them, it is slightly less codeing :D See this thread
http://forums.webdeveloper.com/showthread.php?s=&threadid=23456
I used ASP.NET and am running IIS v5 as my server. I reccomend that you have direct server access, like you run it off a home pc or something, that way you can play with the security settings, the virtual directories and the data bases. Will something like what I have posted do the trick? I have some fairly simple login scripts that I will upload sooner or later for others to use too, so I could furnish those for you if you like.