Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Re: Simulate IE Post File to Web server

Re: Simulate IE Post File to Web server

Scheduled Pinned Locked Moved C / C++ / MFC
c++sysadmintutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Alex Gorev
    wrote on last edited by
    #1

    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 > > > > > . > . > . >

    Z 1 Reply Last reply
    0
    • A Alex Gorev

      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 > > > > > . > . > . >

      Z Offline
      Z Offline
      zlyang
      wrote on last edited by
      #2

      Thanks you for your Suggest! But I think I need a sample code that Visual c++, Because it is more helpful for me!

      A 1 Reply Last reply
      0
      • Z zlyang

        Thanks you for your Suggest! But I think I need a sample code that Visual c++, Because it is more helpful for me!

        A Offline
        A Offline
        Alex Gorev
        wrote on last edited by
        #3

        Unfortunately I don't have any source code examples and I have no idea where you can get them. Alex.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups