POSTING Large Files to a WebService 1.1

  • Thread starter Harry Whitehouse
  • Start date
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
 
S

Selden McCabe

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top