tags:

views:

281

answers:

1

Hey everyone.

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

+1  A: 

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

Darin Dimitrov