File Transfer using HTTP Connection.
-
Hi, I am working on an MFC application where I am capturing acreen saving it in a gif file and need to transfer to the server using HTTP . Please help me with some code. Thanks In Advance Dhiraj
-
Hi, I am working on an MFC application where I am capturing acreen saving it in a gif file and need to transfer to the server using HTTP . Please help me with some code. Thanks In Advance Dhiraj
-
Isn't this a repost. I believe i read your same post in mornings (which was down voted probably by admin).. I think you also deleted previous one.. This will not help you to get answers..
Regards, Sandip.
yes u are correct. Sorry I wont post it again as i was unaware of down voting by admin. Anyways Thanks.
-
Hi, I am working on an MFC application where I am capturing acreen saving it in a gif file and need to transfer to the server using HTTP . Please help me with some code. Thanks In Advance Dhiraj
GIF is a bit dated - why not at least JPEG so you can use more than 256 colors? What are you having trouble with?
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
GIF is a bit dated - why not at least JPEG so you can use more than 256 colors? What are you having trouble with?
Mark Salsbery Microsoft MVP - Visual C++ :java:
The problem I am facing is that after I am capturing the desktop and saving it in a gif file I need to send this file to a HTTP server for uploading and also i need some additional parameters along with the file. How to achieve this. If possible please help me. Thanks In Advance.