To overcome the problem of sending large files via web services you can split a file into X number of file fragments, and then send them all to the server, where they would be combined to reproduce the original file on the server.
NOTE:If you find my response contains a reference to a third party World Wide Web site, I am providing this information as a convenience to you.Microsoft does not control these sites and has not tested any software or information found on these sites; therefore,Microsoft cannot make any representations regarding the quality,safety, or suitability of any software or information found there.
__________________________________________________
Sincerely,
Young Fang
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Young Fang -...
All-Star
17147 Points
1620 Posts
Re: The underlying connection was closed: An unexpected error occurred on a receive.
May 29, 2007 03:04 AM|LINK
Hi ,
To overcome the problem of sending large files via web services you can split a file into X number of file fragments, and then send them all to the server, where they would be combined to reproduce the original file on the server.
Here you can find sample code:
http://www.codeproject.com/cs/webservices/DimeBufferedUpload.asp
__________________________________________________
Sincerely,
Young Fang
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.