Im collecting data using an ActiveX control then sending it to my server program using the following on my web page.
Are there any length limitations ofCode:<form action="../test.exe" method="POST" enctype="application/x-www-form-urlencoded" name="frm"> <input type="hidden" name="Stage" value="100"><input type="hidden" name="c" value="1"><input type="hidden" name="ic" value="0"><input type="hidden" name="r" value="0"><input type="hidden" name="d" value="0"><input type="hidden" name="Ident" value="575182221677"> </form>My program crashes when I have too much data and I am trying to track down the problem.Code:method="POST" enctype="application/x-www-form-urlencoded"
VBScript only has Variant type so if I was counting the length of a very long string it should automatically default to Long shouldnt it?




Reply With Quote