1) What configarations i have to do at WCF REST
2) Which way i have to use to upload data to WCF (ByteArray /Stream)
3) I have DataContract as below in wcf
Person
{
name;
image(max size= 70 mb);
---
}
please tel me how to post this complex object to wcf .
if possible plz send sample solution .
Thanks in advance.
Loading
Khan Abrar AhmedPosted May 23, 2014, 5:39 AM
for me use byte array.
and after host the service please change the readaheadsize of service virtual directory in IIS application host file.