Asp form with 100,000 characters

Discussion in 'C#' started by PartyRama.co.uk, Jul 15, 2008.

  1. #1
    HI

    I am creating an application in which I have to store the HTML of a webpage

    the lenght of the chars are more than 100,000

    this data is stored in Text DATA Type of SQL 2005

    can you please tell me how to handle this using the request.form("txtNotes")
    field

    Thanks
     
    PartyRama.co.uk, Jul 15, 2008 IP
  2. Sleeping Troll

    Sleeping Troll Peon

    Messages:
    217
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You are limited by what the header can handle, you will have to use the form type=file, this cannot be handled by request.form as the data is binary, not name value pairs. Would love to be able to tell you more, however that is where I am stuck, please see my question in ASP forum.
     
    Sleeping Troll, Jul 15, 2008 IP