Hi All,
I am trying to save the image captured from the camera to the database, i am using Jquery Ajax call with JSONP, when the image data is very large the request is not caught by the webservice on the server side . I have researched a lot on this changing the maximum request length and maxjsonlength values in the web config, but still i found no solution for this . Also i came across a post saying to send the data in packets but the implementation part was not mentioned in the post. Please someone guide me on this as it is has taken a lot of time already.
Thanks
Gaja Naik
I am trying to save the image captured from the camera to the database, i am using Jquery Ajax call with JSONP, when the image data is very large the request is not caught by the webservice on the server side . I have researched a lot on this changing the maximum request length and maxjsonlength values in the web config, but still i found no solution for this . Also i came across a post saying to send the data in packets but the implementation part was not mentioned in the post. Please someone guide me on this as it is has taken a lot of time already.
Thanks
Gaja Naik