Support forums

Live Support, Chat and HTML Editor
    
Welcome to Support forums Sign in | Join | Help Messenger
in Search

After certain lengt of text in editor, form cannot be submited.

Last post 08-28-2008, 2:07 PM by Pete W.. 16 replies.
Page 2 of 2 (17 items)   < Previous 1 2
Sort Posts: Previous Next
  •  03-28-2004, 7:28 AM 607 in reply to 604

    Re: After certain lengt of text in editor, form cannot be submited.

    :) .....ladies and gentlemen...after some stupid playing around with my code......

    The problem lies with in "GET" or "POST".

     

    If I use  " <form name="Edit" method="GET" action="target.asp" onsubmit="return checkform()">"

     

    The form can only be submitted with certain length of text because the "GET" cache is limited ( until how much I dunno).

    I was doing "GET" for some asp coding purpose to get "query string"....but for now...I just have to find another alternative..

     

    So, it'll be safer to use " <form name="Edit" method=" POST " action="target.asp" onsubmit="return checkform()">"

     

    Sorry, and thank you all for yer help! . :)

  •  08-28-2008, 2:07 PM 43350 in reply to 604

    Re: After certain lengt of text in editor, form cannot be submited.

    The default settings for IIS is to process 200k ..
Page 2 of 2 (17 items)   < Previous 1 2
View as RSS news feed in XML