c# - How to send big image from wp7 to wcf? -
i'm trying send image wcf use ocr. now, succeeded in transforming image byte[] , sending server using wcf. unfortunately, works array size <16kb , doesn't work array >17kb.
i've set readerquotas
, maxarraylength
maximum size in web.config on server size.
do know how send big data wcf server, or maybe library use ocr directly on wp7?
if else fails, send in fragments of 16kb, followed "all done" message commits (reassembling if necessary)
Comments
Post a Comment