G
Guest
I need to upload a file to a server from both pda and desktop machines and through a web interface
The web interface was easy enough in asp.net, and after looking at far too many how-tos and newsgroups I finally managed to get WebClient to post a file to the same form using uploadfile
I'd like to be able to use the same page/server code to deal with all clients, but the compact framework doesn't have the webclient class.
Is there some way i can use httpwebrequest (or something else) to perform a file upload in the same manner as using webclient
The web interface was easy enough in asp.net, and after looking at far too many how-tos and newsgroups I finally managed to get WebClient to post a file to the same form using uploadfile
I'd like to be able to use the same page/server code to deal with all clients, but the compact framework doesn't have the webclient class.
Is there some way i can use httpwebrequest (or something else) to perform a file upload in the same manner as using webclient