I also have struggled without success on this problem. (In my case, I've
tried to upload a 25 MB Access database file to my web server).
I've received two suggestions, both of which were also broken. I've found
numerous FTP solutions for .Net, all of which were also broken.
Why should this be such a difficult problem for .Net?
---Selden
"Harry Whitehouse" <> wrote in message
news:...
> 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/de...imesection.asp
>
> This writer gave up and wrote a chunk based POST'ing routine:
>
> http://www.codeproject.com/cs/webser...WebService.asp
>
> Has anyone else had success with this?
>
> TIA
>
> Harry
>