Hi,
I would like to set up web folders for users, e.g., every user has 10Mb free
space for storing his data, he could access his folder by his
account/password on the internet.
Any help will appreciated.
Jason
Roedy Green - 22 Apr 2004 08:25 GMT
>I would like to set up web folders for users, e.g., every user has 10Mb free
>space for storing his data, he could access his folder by his
>account/password on the internet.
>Any help will appreciated.
see http://mindprod.com/jgloss/file.html for how to create a new
directory or get the contents of a directory.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
FISH - 22 Apr 2004 11:21 GMT
> Hi,
>
[quoted text clipped - 4 lines]
>
> Jason
For the purposes of answering your question, I am assuming you are
trying to replicate something akin to the Yahoo Briefcase, and other
such similar schemes. As you are asking on a programming-related
group, I'm also assuming you want to write one, rather than use an
off-the-shelf solution.
You need to go to Google and search for information on JSP, PHP,
CGI, and other server-side web technologies. (JSP being particularly
relevant to this group, being that it is based on Java). One (or
more) of these can be used to create the software you'll need to
implement your system. You may also find it useful to search for
information on filestore quotas for your given operating system, too.
-FISH- ><