Hi all,
Is there a max amount of data that an xmlhttprequest object can pass?
I'm updating a database via classic .asp page, and I'm sending the data in a request-string, one of the fields is a very large text field, varchar(4000) and I get an error:
"The system cannot locate the resource specified"
I'm assuming this is simply because I'm shuttling too much data from the client page to the server--is there another ajax-type method of sending a huge amount of data to the server?
Thanks,
--Jim
Is there a max amount of data that an xmlhttprequest object can pass?
I'm updating a database via classic .asp page, and I'm sending the data in a request-string, one of the fields is a very large text field, varchar(4000) and I get an error:
"The system cannot locate the resource specified"
I'm assuming this is simply because I'm shuttling too much data from the client page to the server--is there another ajax-type method of sending a huge amount of data to the server?
Thanks,
--Jim