Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Does this answer the question that was asked? If it does, you might want to explain how. Commented Nov 25, 2014 at 16:48
  • you need to apply messageEncoding as "Mtom". <wsHttpBinding> <binding name="WSHttpBinding_IUpload" messageEncoding="Mtom"/> </wsHttpBinding> Commented Nov 25, 2014 at 17:15
  • MTOM is a very good solution. Was considering it earlier, but in my case the file sizes are variable and MTOM seems to be further increasing the size for smaller files. Maybe by adding some threshold value, I can use it. Commented Nov 27, 2014 at 7:22