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
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.