Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exceeding size limit of field on webform?

Status
Not open for further replies.

therick

Programmer
Mar 20, 2001
34
0
0
US
I am passing anywhere from 200 to 700 k of xml to a single field of a web form and have exceeded the limit (which I hear is 150k). Basically I'm just passing the xml as such...

strXML = Request.Form("Post_Accept")

without taking chunks at a time or looping through or anything. Does anyone have a suggestion of a better way to pass the data so that it won't exceed the limit? Please help rather urgent. Thanks
 
Still having trouble with this. I have heard that web services might be the answer or XMLHTTPRequest object. Has anyone used either of these? I have to be able to receive an post of xml data in the ballpark of 200k per post.

Cheers,

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top