Neale
Neale

Reputation: 463

WCF image upload service

Could any one possibly direct me to a example of how to do a WCF image upload service. I have tried to change my config increasing the size but its still not helping. If i had a full service example it would really help.

Thanks

Upvotes: 3

Views: 3252

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038770

There's a sample on MSDN which shows how to upload/download streams in a WCF service.

Upvotes: 6

Related Questions