The correct approach depends *a lot* on the type of
content, but in general, you don't want all of these
people uploading complete Web pages. Instead, you should
store their content in a database. When they need to
update the content, they update the database. When a
visitor requests the page, the Web server merges the
database content into the HTML.
Typically, this requires programming skills in ASP or
ASP.NET.
In most cases, you have to write your own security code as
well. Your database would also contain a table of valid
usernames and passwords, and the application would match
the visitor's input against those fields.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
-----Original Message-----
I am using FP2003 for an small non-profit organization
website. Members of the board would like to be able to
place content on specific pages for which they would be
responsible. I've experimented using the INCLUDE PAGE
feature in an editable region of a DWT. They could upload
a .htm file using a form and then INCLUDE PAGE reads the
file. I can give out a specific filename for each
contributor to use. All would be well except that a user
name and password are required to do the upload. Short of
giving each board member the site user name and password,
which is pretty risky, is there a way I can open up the
file upload form to them? The ADMIN page provided by my
WPP (that has the FP extensions but not SharePoint)
doesn't have any place to create users or set permissions,
but is that the method I would need to use?