ASP and post large form data. Request.Form and stack overflow error? -
Free ASP Scripts
ASP and post large form data. Request.Form and stack overflow error?
Full VBS code, which let's you accept x-www-form-urlencoded forms in ASP without limit of size using BinaryRead (Request.Form has 100kB limit), recomended solution from MS KB (Q273482). Source of URLDecode function included.