Results 1 to 4 of 4

Thread: Max Length

Threaded View

  1. #1

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Resolved Max Length

    Im collecting data using an ActiveX control then sending it to my server program using the following on my web page.
    Code:
    <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>
    Are there any length limitations of
    Code:
    method="POST" enctype="application/x-www-form-urlencoded"
    My program crashes when I have too much data and I am trying to track down the problem.
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width