HTTP upload image file encoded with multipart/form-data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I'm using a third party software which captures image from a webcam and
saves it to local harddisk. It also comes with a function to send the image
file via HTTP encoded with multipart/form-data. To integrate this function
with ASP and PHP is no problem. I think it's also possible to binary read and
decode the files and fields posted, in c#. But I don't know the syntax and
the classes to use in c#. Is there any information on the Internet that you
can guide me to?
 
Back
Top