Re: Simulate IE Post File to Web server
-
Hi! You have to send (submit) the data to the server using the HTTP POST and format it according to RFC 1867. This document describes the file uploading data format. It's not complicated and I don't think you will have any problems implementing it. You can find this RFC at http://www.rfc-editor.org/rfc/rfc1867.txt. Regards, Alex Gorev, Dundas Software --- Original Message --- > Who Can tell me How to use Visual C++ Writing a > Appliccation Program that can simulate IE Runing home > page as follows > > > > > . > . > . >
-
Hi! You have to send (submit) the data to the server using the HTTP POST and format it according to RFC 1867. This document describes the file uploading data format. It's not complicated and I don't think you will have any problems implementing it. You can find this RFC at http://www.rfc-editor.org/rfc/rfc1867.txt. Regards, Alex Gorev, Dundas Software --- Original Message --- > Who Can tell me How to use Visual C++ Writing a > Appliccation Program that can simulate IE Runing home > page as follows > > > > > . > . > . >
-
Thanks you for your Suggest! But I think I need a sample code that Visual c++, Because it is more helpful for me!
Unfortunately I don't have any source code examples and I have no idea where you can get them. Alex.