Postfield size limit...

Hi,
 
I am creating a Wap site using JScript.I am facing a
problem while posting data onto an ASP file.
 
In WML we post data as
 
 
<do type="unknown">
<go method="post" href="URL of the link or asp where
the data has to be posted">
<postfield name="name of the field to be posted" 
value="some value"/>
<postfield name=""    ...................../>
 :
 :
<postfield        ............................../>
</go>
</do>
 

Problem with my code is I am using a long "field name"
and when I am posting data from one ASP to another it
is giving me an error "Method not allowed 405" *.And
now if I shorten the Field name then this error
disappears.For some unavoidable reasons I cannot
minimize the name of my field.I have tested it on 
7110 Nokia wap enabled mobile phone.
 
I want to know is there any restriction on the size of
data(number of fields) that can be posted or on the
sizes of this field names that are being posted.
 
 
Thanx
Ashwini

*HTTP Error 405
405 Method Not Allowed

The method specified in the Request Line is not
allowed for the resource identified by the request.
Please ensure that you have the proper MIME type set
up for the resource you are requesting 


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Received on Wednesday, 18 April 2001 01:12:28 UTC