Subweb without a password

  • Thread starter Testing testing one two
  • Start date
T

Testing testing one two

I've created a subweb that I can have a form file upload to, it works ok but
it asks for a password to upload to the sub how can i stop it asking for
this password so joe public can visit and use the upload feature

Cheers
John
 
T

Thomas A. Rowe

You need to contact your host to set the correct permissions to allow files
to be uploaded to this or any other folder.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
J

Jim Buyens

-----Original Message-----
I've created a subweb that I can have a form file upload
to, it works ok but it asks for a password to upload to
the sub how can i stop it asking for this password so joe
public can visit and use the upload feature

1. Open the Web tht contains the folder.
2. Right-click the folder and choose Properties.
3. Make sure the following checkboxes are cleared:
o Allow Programs To Be Run.
o Allow Scripts To Be Run.
4. Select the following checkboxes.
o Allow Anonymous Upload To This Dirctory.
o Allow Uploaded Files To Overwrite Existing Filenames
(your decision on this last one).

Usually, you would do this for a folder in the same Web
site as the page that contains the file upload form. If
you run into trouble using a folder in a different Web,
try using a folder in the same Web.

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)
|/---------------------------------------------------
*----------------------------------------------------
 
Top