Results 1 to 5 of 5

Thread: Request.Form?? WEIRD

  1. #1

    Thread Starter
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188

    Request.Form?? WEIRD

    Hey all,

    For some strange reason request.form doesnt work??

    I have a form with method=post then on the asp page i have

    varMess = Request.Form("message")

    Where message = the name of an input box!

    But nothing comes up even though i entered something in!

    Any ideas

    thanks
    b

  2. #2
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    hi

    Not possible...

    Perphaps missing somthing somewhere probabaly a simple mistake...post code of both pages if need be.

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Post your code. You may be trying to access it at a time that it either is not populated or not available.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  4. #4

    Thread Starter
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    Nah it was before a binarywrite method so request.form doesnt work! But it wasnt giving me that error. But how stupid is that!

    Anyone know of a way around this problem?

  5. #5
    Hyperactive Member
    Join Date
    Feb 2001
    Posts
    280
    hi,

    i have had this - the binaryread and form/querystring are multually exclusive.

    you have to do only the binaryread to get the whole http mesage then string slice out any form fields, which is a tedious.... but the only way I know of.

    cheers, A.J.P

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