Re: Image Upload PocketPC
- From: "Alex Feinman [MVP]" <public_news@xxxxxxxxxxxxxxx>
- Date: Mon, 1 Aug 2005 10:40:55 -0700
WIth web service you don't necessarily need DIME. SImply declare a web method that takes byte array. The downside is that because of MIME encoding the size of POST will increase by 50%
--
Alex Feinman
---
Visit http://www.opennetcf.org
"Joe Cole" <joe@xxxxxxxxxxxx> wrote in message news:42ee566c$0$25451$9a6e19ea@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am developing an application that requires the upload of report together with associated images.
Here are some the option I contemplated with:
1. Web Service. Since it is most straight forward, and I can just host the web service in a internet location without the need for client to sync with a local pc. However, as I understand the WSE 2.0 is not supported NETCF without some wrapping and hacking like the sample in GotDotNet.
2. Custom ActiveSync component using RAPI. I am new to this, so I don't know what is involve.
3. Manually uploading images via ActiveSync and then use some sort of Web Service client to upload to the Web service supporting WSE2.0, or some form of web application to upload the images.
Are there any other easier option that might be worth considering?
Thanks for any response.
JC
.
- References:
- Image Upload PocketPC
- From: Joe Cole
- Image Upload PocketPC
- Prev by Date: Re: DateTime.Now Millisecond field is always 0
- Next by Date: Bundle sql ce with install
- Previous by thread: Image Upload PocketPC
- Next by thread: System.TypeLoad Exception
- Index(es):
Relevant Pages
|