User Tag List

Results 1 to 2 of 2

Thread: MMF2 - Sending XML File via HTTP

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    MMF2 - Sending XML File via HTTP

    I am creating an application where I want to send an XML file up to a server using HTTP. I understand this can be done with a POST command. I want the application to use Vitilized plugin so the extensions used must support this. I assume this is Moosock or Live Receiver.

    Dones anyone have an example of this doing this. I want to be able to issue the command from within the program using port 80 so I don't have to set up routers.

    I also want to be able to down load files using POST also.

    On the server side I plan to have a MMF2 app running that will process the uploaded XML files.

    Any examples or suggestions on if MMF2 can support this?

  2. #2
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - Sending XML File via HTTP

    moo sock is a bit overwhelming at the start.

    but when you learn it it's Childishly simple.

    for example.;

    -connect to google.com , port 80
    -send line: GET WWW.GOOGLE.COM.AU
    -listen on port 80

    <Gets hyper text.>

    -connect to google.com , port 80
    -send line: POST bla bla bla

    <Posts.>


    keep in mind;

    your program should be running at a high frame rate while receiving sock information.
    (below 200 will cause a lot of unnecessary waiting).

Similar Threads

  1. Sending MMF file to Clickteam
    By Asholay in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 11th February 2013, 02:21 AM
  2. exchange data with HTTP server - sending/receiving values from a php script
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 19th November 2012, 08:58 PM
  3. Sending Emails from within MMF2
    By lembi2001 in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 18th March 2010, 10:22 AM
  4. Sending music with the .exe file
    By Godspeed8118 in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 26th September 2009, 03:18 PM
  5. Sending a file threw Moo?
    By GabSt in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 20th September 2008, 10:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •