User Tag List

Results 1 to 5 of 5

Thread: Sending a file threw Moo?

  1. #1
    No Products Registered

    Join Date
    Jul 2008
    Location
    Canada, QC
    Posts
    171
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sending a file threw Moo?

    Is there a way to send a file threw any of the Moo extensions or any other web extensions?

  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: Sending a file threw Moo?

    'Moo Server utilities'?

    If your asking what i think your asking then yes all! the moo objects can send files and so can a few other extensions.

  3. #3
    No Products Registered

    Join Date
    Jul 2008
    Location
    Canada, QC
    Posts
    171
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sending a file threw Moo?

    I meant the Moo Extensions, sorry...

    So all the Moo objects can send any file? So lets say, a picture file?

  4. #4
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sending a file threw Moo?

    They do have a "send file" action. That's what it does. On the receiving end you would use receive binary and create/append to receive and save the file.

    Of course, you have to know how to talk to the server expecting the file. You'll need to tell it the file name (and normally file size) before you send, so it knows how much data to expect, and where to save it. If you didn't write the program that's going to be receiving, this is often the hardest bit.
    If you are sending the file to another program you've written, then you can choose how to send this information.

    Note that sending a file to a webserver doesn't work well in Moo due to some glitches when sending text after sending binary via moosock.
    Sending a file to a webserver by moosock was discussed in this thread: http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=93006
    An example that works for uploading files up to a few kB is on page 4.

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sending a file threw Moo?

    Sending files using Moo is horrible. Because if it gets over a certain amount of bytes the user will just be disconnected.

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. Pinging IP threw LAN?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 24
    Last Post: 23rd March 2010, 05:41 PM
  3. 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
  4. MMF2 - Sending XML File via HTTP
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 6th December 2007, 01:05 PM

Posting Permissions

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