John
Fri Mar 04 11:27:18 CST 2005
Yes, the web server supports uploading files from an HTML form. The hard
part is parsing out the MIME gunk that the form sends you. CE actually has
a remote config utility as sample code in
\public\servers\sdk\samples\http\sysadmin (SYSGEN_SYSISAPI=1) that is an
ISAPI extension that will let you edit the reg, kill processes, and
upload/download files.
You may be able to steal the upload file code from this, though just be
aware it uses oodles of C++ constructs that make it tricky to parse through
(at least for me). There may be also better samples on the web of how to
process this.
--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
Check out the new CE Networking Team Blog at
http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.
"Florian" <Florian@discussions.microsoft.com> wrote in message
news:C52A3C48-EE65-4CF5-80D6-343BB953E995@microsoft.com...
> Hi,
>
> is there a possibility to upload files with a HTML form and an ISAPI
> Extension to a Windows CE device using HTTP?
>
> Does the Web server, that is included in CE 5.0 support this type of file
> upload?
> Can anyone point me to where I need to look in the web?
>
> Many thanks in advance,
> Florian