Posting Acceptor Repost Fails When Input Tag Has Null Value Attribute (268273)
The information in this article applies to:
- Microsoft Site Server 3.0
This article was previously published under Q268273 SYMPTOMS
When you use the Posting Acceptor that is included in Site Server 3.0 Service Pack 3 or later, reposting process fails when the value attribute in an input tag in the Uploadnd.asp file has no content, for example:
<input type="hidden" name="test" value="">
The following error message is returned:
Reposting to URL "http://server/scripts/repost.asp" failed. repost failed.
RESOLUTION
Change the input tag to properly specify a NULL character for the value property, for example:
<input type="hidden" name="test" value=" ">
STATUSMicrosoft has confirmed that this is a problem in Site Server 3.0 Service Pack 3 and later.
Modification Type: | Major | Last Reviewed: | 10/16/2002 |
---|
Keywords: | kbprb kbQFE KB268273 |
---|
|