Skip to main content
Participant
September 5, 2011
Question

Fetch recorded flv from FMS

  • September 5, 2011
  • 1 reply
  • 409 views

Hi,

I wrote a simple web app that record web cam capture over FMS, now I'm trying to find out how can I fetch the recorded file and give the option to download it to a local computer.

Any advice would be much appriciated.

Meir.

    This topic has been closed for replies.

    1 reply

    calmchessplayer
    Inspiring
    September 5, 2011

    I use PHP FTP functions to grab the file put it on the webserver then PHP generates a link to it on a webpage for download. Or you can create a flash widget to start the download after PHP FTP methods grabs it.