[ Contents | Search | Post | Reply | Next | Previous | Up ]
From: scotthay@microsoft.com
Date: 7/14/98
Time: 8:03:42 PM
#1, I can't remember exactly what cause this problem. Make sure that the directory you specified can be created in your content store. Make sure if you told it to create a view page or properties form page -- that is can create those files (you don't have a readonly copy of the file etc).
#2 if you get the message, the web server does not support the provider... that is usually caused by a problem with the default page on your web server (\inetpub\wwwroot\default.asp) -- your default page must have the following entry in in the page header.
<meta name="postinfo" content="/scripts/postinfo.asp">
The file upload control uses this to determine where it will upload files etc.
Scott