Image of size more than 3 MB not getting uploaded using webservices .asmx
Posted
by Ramya
on Stack Overflow
See other posts from Stack Overflow
or by Ramya
Published on 2010-05-13T15:53:59Z
Indexed on
2010/05/13
16:04 UTC
Read the original article
Hit count: 232
silverlight-3.0
|webservice
Hi, I am trying to upload images using a webservice from silverlight. I am first converting the images into stram of bytes and then trying to upload them. I am able to upload image of size 2.5 MB. But not more than that.It gives me "The remote server returned an error: NotFound" error. What could be the reason.
© Stack Overflow or respective owner