Re: Image Upload PocketPC

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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

.



Relevant Pages

  • Re: File uploading from a form with textbox form elements
    ... I have an aspx page that takes (in the query string) the number of files to ... I furthermore have a web service that stores a link to this file, ... When you close the window, you can call a method on the ... > I've seen plenty of examples of file uploads in ASP.NET when the only> form element is the file input type, but I've not seen a practical> example of a file upload routine running alongside other form ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Problem using cURL with a web service
    ... I did try to use PUT with a web service that requires it. ... have some resource to upload. ... much more appropriate request for their requirements. ... since _method is not part of the standard headers. ...
    (comp.lang.php)
  • Image Upload PocketPC
    ... 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. ... Custom ActiveSync component using RAPI. ... 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. ...
    (microsoft.public.pocketpc.developer)
  • Re: an OO design question
    ... I see absolutely no reason to use a web service in this system. ... sending data to you over HTTP. ... I can see a strategy pattern for handling the upload to the third party ... > ascii spool report files are uploaded from various sources ...
    (microsoft.public.dotnet.general)
  • Re: Problem using cURL with a web service
    ... I did try to use PUT with a web service that requires it. ... The PUT request is used to upload resources to the server. ... set the _method to put in the header, I can do this as a POST. ...
    (comp.lang.php)