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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -