I don't think there is an overall limit for the size of a submission, however if I remember rightly, there is a size limit of 102,399 bytes per form field when accesed from the request collection in ASP.
You can get around this problem by splitting oversize fields into smaller fields using client-side script before posting or by binary reading and parsing the request collection at the server.
HTH,
Chris
|