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.
I am trying to upload images using a webservice from silverlight. I am first
Share
In your web.config file, in your system.web section, try:
This will allow files up to 4Mb.