H
Harry Whitehouse
Like others, I have notices that I can't seem to post more than a ~2 MB
string of data to my Webservice. If I try to post more than that, I get a
500 return code. (I'm POST'ing image files in BASE64 format).
I tried this article but it seemed to break everything -- even small files
couldn't be posted:
http://msdn.microsoft.com/library/d...-us/cpgenref/html/gngrfhttpruntimesection.asp
This writer gave up and wrote a chunk based POST'ing routine:
http://www.codeproject.com/cs/webservices/SplitMergeWebService.asp
Has anyone else had success with this?
TIA
Harry
string of data to my Webservice. If I try to post more than that, I get a
500 return code. (I'm POST'ing image files in BASE64 format).
I tried this article but it seemed to break everything -- even small files
couldn't be posted:
http://msdn.microsoft.com/library/d...-us/cpgenref/html/gngrfhttpruntimesection.asp
This writer gave up and wrote a chunk based POST'ing routine:
http://www.codeproject.com/cs/webservices/SplitMergeWebService.asp
Has anyone else had success with this?
TIA
Harry