Welcome, Guest
  • Author Topic: Idea of Own App : upload files with Flash  (Read 1599 times)

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    I see this in DevNet's Flash Remoting : Flash MX & Coldfusion Mx can make a ftp inside of flash player

    how about creating a that with PHP. Seems like CFMX got somekind of FTP Component installed default , called "ftpSpider" (So it's easier to set up), with PHP, you should write your own..

    just a thought, just a thought.. ;)

    I actually got CFMX Server trial to installed in my home pc, but it's too slow - takes 20 minutes to get in to login page  :-\ so it may not come solution for now...
    [script]
    function newPctoVesa () {
    _root.give.a.new.pc.to.vesa = true;
    }
    [/script]

    Musicman

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 2685
      • View Profile
      • Email
    Re:Idea of Own App : upload files with Flash
    « Reply #1 on: 08/13/03, 16:15 »
    Hi,

    you may already have a php ftp piece, as part of the curl library

    Musicman