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
> 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
[quoted text clipped - 14 lines]
>
> Harry
Selden McCabe - 13 Apr 2005 01:38 GMT
I found a very cool FTP solution which worked very well for me.
If you can FTP to your web server, perhaps you could use FTP to upload some
large file or chunk of data, and then deal with it as a local file in your
web service.
The FTP class is at:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=DD5E4A38-
7F5B-45E0-9C36-64B987947C20
Good luck!
---Selden
>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).
[quoted text clipped - 24 lines]
>>
>> Harry